Skip to content

Commit

Permalink
debug hard 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 1, 2024
1 parent b890e0b commit 67f59b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
if py_version === nothing || !(v"3.7" <= py_version && py_version <= v"3.9")
@info "python version was not in 3.7-3.9 changing python version"
CondaPkg.add("python"; version="3.9")
@assert false
@info "python 3.9 installed"
end
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
@assert false
CondaPkg.add("matplotlib", channel="conda-forge")
CondaPkg.add("rdkit", channel="conda-forge")
CondaPkg.add("pydot", channel="conda-forge")
Expand Down
3 changes: 2 additions & 1 deletion src/rmstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
if py_version === nothing || !(v"3.7" <= py_version && py_version <= v"3.9")
@info "python version was not in 3.7-3.9 changing python version"
CondaPkg.add("python"; version="3.9")
@assert false
@info "python 3.9 installed"
end
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
@assert false
CondaPkg.add("matplotlib", channel="conda-forge")
CondaPkg.add("rdkit", channel="conda-forge")
CondaPkg.add("pydot", channel="conda-forge")
Expand Down

0 comments on commit 67f59b3

Please sign in to comment.