We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7686bad commit 1aa21d2Copy full SHA for 1aa21d2
deps/build.jl
@@ -4,7 +4,7 @@ packages = keys(CondaPkg.current_packages())
4
if !("rmg" in packages) && !("rmgmolecule" in packages)
5
6
if !(v"3.7" <= PythonCall.C.python_version() && PythonCall.C.python_version() <= v"3.9")
7
- CondaPkg.add("python"; version="3.9")
+ CondaPkg.add("python"; version=">=3.9")
8
end
9
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
10
CondaPkg.add("matplotlib", channel="conda-forge")
0 commit comments