Skip to content

Commit

Permalink
Use >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Jul 2, 2024
1 parent 6b8f26d commit 827a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages = keys(CondaPkg.current_packages())
if !("rmg" in packages) && !("rmgmolecule" in packages)

if !(v"3.7" <= PythonCall.C.python_version() && PythonCall.C.python_version() <= v"3.9")
CondaPkg.add("python"; version="3.9")
CondaPkg.add("python"; version=">=3.9")
end
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
CondaPkg.add("matplotlib", channel="conda-forge")
Expand Down

0 comments on commit 827a1a4

Please sign in to comment.