Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 9, 2024
1 parent 1a384a8 commit 1af04da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541",resolve=false)
CondaPkg.add("matplotlib", channel="conda-forge",resolve=false)
CondaPkg.add("rdkit", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", version="1.4.1", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
else
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541",resolve=false)
CondaPkg.add("matplotlib", channel="conda-forge",resolve=false)
CondaPkg.add("rdkit", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", version="1.4.1", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
end
end
Expand Down
4 changes: 2 additions & 2 deletions src/rmstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541",resolve=false)
CondaPkg.add("matplotlib", channel="conda-forge",resolve=false)
CondaPkg.add("rdkit", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", version="1.4.1", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
else
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541",resolve=false)
CondaPkg.add("matplotlib", channel="conda-forge",resolve=false)
CondaPkg.add("rdkit", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", version="1.4.1", channel="conda-forge",resolve=false)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
end
end
Expand Down

0 comments on commit 1af04da

Please sign in to comment.