Skip to content

Commit 98eec75

Browse files
committed
tweaks
1 parent a46e123 commit 98eec75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/build.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
33
using Conda
44
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
55
Conda.rm("mamba")
6-
Conda.add("conda=4 python=3.7")
6+
Conda.add("conda=4")
77
Conda.add("mamba")
8+
Conda.update()
9+
Conda.add("python=3.7")
810
try
911
Conda.rm("numpy") #get around MKL problem
1012
catch e

0 commit comments

Comments
 (0)