Skip to content

Commit a46e123

Browse files
committed
tweak
1 parent 7de0cf4 commit a46e123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/build.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ 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")
6+
Conda.add("conda=4 python=3.7")
77
Conda.add("mamba")
8-
Conda.add("python=3.7")
98
try
109
Conda.rm("numpy") #get around MKL problem
1110
catch e

0 commit comments

Comments
 (0)