Skip to content

Commit b4a3fe8

Browse files
committed
update
1 parent 8ba716b commit b4a3fe8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/make.jl

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
import Logging
22
Logging.disable_logging(Logging.Warn)
33

4-
using CondaPkg
5-
using PythonCall
6-
packages = keys(CondaPkg.current_packages())
7-
if !("rmg" in packages) && !("rmgmolecule" in packages)
8-
CondaPkg.add("rmgmolecule"; version=">=0.3.0", channel="mjohnson541")
9-
end
10-
if !(v"3.7" <= PythonCall.C.python_version() && PythonCall.C.python_version() <= v"3.9")
11-
CondaPkg.add("python"; version="3.9")
12-
end
13-
if !("matplotlib" in packages)
14-
CondaPkg.add("matplotlib")
15-
end
16-
if !("rdkit" in packages)
17-
CondaPkg.add("rdkit")
18-
end
19-
if !("pydot" in packages)
20-
CondaPkg.add("pydot")
21-
end
22-
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
23-
Pkg.build("PythonCall")
24-
254
using Documenter, ReactionMechanismSimulator
265

276
makedocs(

0 commit comments

Comments
 (0)