Skip to content

Commit e8543d8

Browse files
hwpangJacksonBurns
authored andcommitted
Use >= 3.9
1 parent 500d555 commit e8543d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = keys(CondaPkg.current_packages())
44
if !("rmg" in packages) && !("rmgmolecule" in packages)
55

66
if !(v"3.7" <= PythonCall.C.python_version() && PythonCall.C.python_version() <= v"3.9")
7-
CondaPkg.add("python"; version="3.9")
7+
CondaPkg.add("python"; version=">=3.9")
88
end
99
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
1010
CondaPkg.add("matplotlib", channel="conda-forge")

0 commit comments

Comments
 (0)