We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46e123 commit 98eec75Copy full SHA for 98eec75
deps/build.jl
@@ -3,8 +3,10 @@ if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
3
using Conda
4
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
5
Conda.rm("mamba")
6
- Conda.add("conda=4 python=3.7")
+ Conda.add("conda=4")
7
Conda.add("mamba")
8
+ Conda.update()
9
+ Conda.add("python=3.7")
10
try
11
Conda.rm("numpy") #get around MKL problem
12
catch e
0 commit comments