File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
13
13
end
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
- @assert false
17
16
CondaPkg. add (" python" ; version= " 3.9" )
17
+ @assert false
18
18
end
19
19
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
20
20
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
14
14
end
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
- @assert false
18
17
CondaPkg. add (" python" ; version= " 3.9" )
18
+ @assert false
19
19
end
20
20
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
21
21
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
You can’t perform that action at this time.
0 commit comments