Skip to content

Commit a40bce5

Browse files
authored
Merge pull request #62 from ReactionMechanismGenerator/fixpyversion
Ensure the Python Version is 3.7
2 parents 295df7e + af6e69f commit a40bce5

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

Manifest.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ version = "6.41.0"
205205

206206
[[DiffEqCallbacks]]
207207
deps = ["DataStructures", "DiffEqBase", "ForwardDiff", "LinearAlgebra", "NLsolve", "OrdinaryDiffEq", "RecipesBase", "RecursiveArrayTools", "StaticArrays"]
208-
git-tree-sha1 = "1b7d2b06490bd917c3c5e7bf65e6490537bb1652"
208+
git-tree-sha1 = "63afe1bc146559c7329b6429713916c7f9e61d2f"
209209
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
210-
version = "2.13.4"
210+
version = "2.13.5"
211211

212212
[[DiffEqJump]]
213213
deps = ["ArrayInterface", "Compat", "DataStructures", "DiffEqBase", "FunctionWrappers", "LinearAlgebra", "Parameters", "PoissonRandom", "Random", "RandomNumbers", "RecursiveArrayTools", "StaticArrays", "Statistics", "TreeViews"]
@@ -217,9 +217,9 @@ version = "6.9.3"
217217

218218
[[DiffEqNoiseProcess]]
219219
deps = ["DataStructures", "DiffEqBase", "Distributions", "LinearAlgebra", "PoissonRandom", "Random", "RandomNumbers", "RecipesBase", "RecursiveArrayTools", "Requires", "ResettableStacks", "StaticArrays", "Statistics"]
220-
git-tree-sha1 = "eee0959f49af807fb79b6800b6cbeafddc4d0b72"
220+
git-tree-sha1 = "52ede62cc53338d1b46c2278ef85837dc90ead62"
221221
uuid = "77a26b50-5914-5dd7-bc55-306e6241c503"
222-
version = "5.1.0"
222+
version = "5.1.1"
223223

224224
[[DiffEqSensitivity]]
225225
deps = ["Adapt", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "Distributions", "FFTW", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "Parameters", "QuadGK", "QuasiMonteCarlo", "RecursiveArrayTools", "Requires", "ReverseDiff", "Statistics", "StochasticDiffEq", "Tracker", "Zygote", "ZygoteRules"]
@@ -251,9 +251,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
251251

252252
[[Distributions]]
253253
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
254-
git-tree-sha1 = "21fe8727469b4eeb5a006e0399588180f5dc9db4"
254+
git-tree-sha1 = "536ae0f40b0f6ed8cf5300f491a243fcf88b5ae4"
255255
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
256-
version = "0.23.5"
256+
version = "0.23.6"
257257

258258
[[DocStringExtensions]]
259259
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
@@ -304,9 +304,9 @@ version = "0.8.13"
304304

305305
[[FiniteDiff]]
306306
deps = ["ArrayInterface", "LinearAlgebra", "Requires", "SparseArrays", "StaticArrays"]
307-
git-tree-sha1 = "43b397bf66d07d113cc2cc012dd2029d336c3894"
307+
git-tree-sha1 = "ed5d92cc9a84b9f5f9d65d3559b22d4b3b824b7e"
308308
uuid = "6a86dc24-6348-571c-b903-95158fe2bd41"
309-
version = "2.5.1"
309+
version = "2.5.2"
310310

311311
[[FixedPointNumbers]]
312312
deps = ["Statistics"]
@@ -503,7 +503,6 @@ uuid = "1d6d02ad-be62-4b6b-8a6d-2f90e265016e"
503503
version = "0.1.2"
504504

505505
[[LibGit2]]
506-
deps = ["Printf"]
507506
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
508507

509508
[[Libdl]]
@@ -914,9 +913,9 @@ version = "0.9.5"
914913

915914
[[StochasticDiffEq]]
916915
deps = ["ArrayInterface", "DataStructures", "DiffEqBase", "DiffEqJump", "DiffEqNoiseProcess", "FillArrays", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "Logging", "MuladdMacro", "NLsolve", "OrdinaryDiffEq", "Random", "RandomNumbers", "RecursiveArrayTools", "Reexport", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"]
917-
git-tree-sha1 = "a6bd84689c76ad649fcb9c994a7bdb20802846ac"
916+
git-tree-sha1 = "ea25d14313775646f9aa4b2158156fb1b3815001"
918917
uuid = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
919-
version = "6.24.0"
918+
version = "6.25.0"
920919

921920
[[SuiteSparse]]
922921
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.3.0"
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
88
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
99
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
10+
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
1011
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1112
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
1213
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

src/ReactionMechanismSimulator.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module ReactionMechanismSimulator
22
using PyCall
3+
if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
4+
using Conda
5+
Conda.add("python==3.7")
6+
end
37
push!(PyVector(pyimport("sys")["path"]), "")
48
const Chem = PyNULL()
59
const molecule = PyNULL()

0 commit comments

Comments
 (0)