Skip to content

Commit 8140a9b

Browse files
committed
update
1 parent 33d19c6 commit 8140a9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ module ReactionMechanismSimulator
22
using PythonCall
33
using CondaPkg
44
packages = keys(CondaPkg.current_packages())
5-
if !("rmg" in packages)
6-
ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env")
7-
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
8-
Pkg.build("PythonCall")
9-
end
105
const Chem = PythonCall.pynew()
116
const Desc = PythonCall.pynew()
127
const molecule = PythonCall.pynew()

0 commit comments

Comments
 (0)