File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ using CondaPkg
2
2
using PythonCall
3
3
packages = keys (CondaPkg. current_packages ())
4
4
if ! (" rmg" in packages) && ! (" rmgmolecule" in packages)
5
- ENV [" JULIA_CONDAPKG_ENV" ] = abspath (" ../rms_env" )
6
5
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
7
6
end
8
7
if ! (v " 3.7" <= PythonCall. C. python_version () && PythonCall. C. python_version () <= v " 3.9" )
9
8
CondaPkg. add (" python" ; version= " 3.9" )
10
9
end
11
10
if ! (" matplotlib" in packages)
12
- CondaPkg. add (" matplotlib" )
11
+ CondaPkg. add (" matplotlib" ; channel = " conda-forge " )
13
12
end
14
13
if ! (" rdkit" in packages)
15
- CondaPkg. add (" rdkit" )
14
+ CondaPkg. add (" rdkit" ; channel = " conda-forge " )
16
15
end
17
16
if ! (" pydot" in packages)
18
- CondaPkg. add (" pydot" )
17
+ CondaPkg. add (" pydot" ; channel = " anaconda " )
19
18
end
20
19
const Pkg = Base. require (Base. PkgId (Base. UUID (" 44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ), " Pkg" ))
21
20
Pkg. build (" PythonCall" )
You can’t perform that action at this time.
0 commit comments