File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
14
14
if py_version === nothing || ! (v " 3.7" <= py_version && py_version <= v " 3.9" )
15
15
@info " python version was not in 3.7-3.9 changing python version"
16
16
CondaPkg. add (" python" ; version= " 3.9" )
17
- @assert false
17
+ @info " python 3.9 installed "
18
18
end
19
19
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
20
+ @assert false
20
21
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
21
22
CondaPkg. add (" rdkit" , channel= " conda-forge" )
22
23
CondaPkg. add (" pydot" , channel= " conda-forge" )
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
15
15
if py_version === nothing || ! (v " 3.7" <= py_version && py_version <= v " 3.9" )
16
16
@info " python version was not in 3.7-3.9 changing python version"
17
17
CondaPkg. add (" python" ; version= " 3.9" )
18
- @assert false
18
+ @info " python 3.9 installed "
19
19
end
20
20
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
21
+ @assert false
21
22
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
22
23
CondaPkg. add (" rdkit" , channel= " conda-forge" )
23
24
CondaPkg. add (" pydot" , channel= " conda-forge" )
You can’t perform that action at this time.
0 commit comments