File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,15 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
5
5
CondaPkg. add_channel (" defaults" )
6
6
CondaPkg. add_channel (" conda-forge" )
7
7
CondaPkg. add_channel (" mjohnson541" )
8
+
9
+ if ! (v " 3.7" <= PythonCall. C. python_version () && PythonCall. C. python_version () <= v " 3.9" )
10
+ CondaPkg. add (" python" ; version= " 3.9" )
11
+ end
8
12
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" )
9
- end
10
- if ! (v " 3.7" <= PythonCall. C. python_version () && PythonCall. C. python_version () <= v " 3.9" )
11
- CondaPkg. add (" python" ; version= " 3.9" )
12
- end
13
- if ! (" matplotlib" in packages)
14
13
CondaPkg. add (" matplotlib" )
15
- end
16
- if ! (" rdkit" in packages)
17
14
CondaPkg. add (" rdkit" )
18
- end
19
- if ! (" pydot" in packages)
20
15
CondaPkg. add (" pydot" )
21
16
end
17
+
22
18
const Pkg = Base. require (Base. PkgId (Base. UUID (" 44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ), " Pkg" ))
23
19
Pkg. build (" PythonCall" )
You can’t perform that action at this time.
0 commit comments