Skip to content

Commit 7c58298

Browse files
committed
Remove yaml as we are using YAML.jl
1 parent f6bed87 commit 7c58298

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ dependencies:
77
- rdkit
88
- hwpang::rmgmolecule
99
- pydot
10-
- yaml

src/ReactionMechanismSimulator.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module ReactionMechanismSimulator
1414
const falloff = PyNULL()
1515
const chebyshev = PyNULL()
1616
const solvation = PyNULL()
17-
const yaml = PyNULL()
1817
const os = PyNULL()
1918
function __init__()
2019
copy!(Chem,pyimport_conda("rdkit.Chem","rdkit","rmg"))

0 commit comments

Comments
 (0)