Skip to content

Commit 7b4fc4f

Browse files
committed
Restrict PythonCall to versions <0.9.29
See ReactionMechanismGenerator/RMG-Py#2861 In version 0.9.29 of PythonCall they dropped support for verion 2.9 of Python, which we currently need for_rmg.
1 parent b1e3352 commit 7b4fc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ModelingToolkit = "8"
5858
OrdinaryDiffEq = "^6"
5959
Parameters = "0.12"
6060
PreallocationTools = "0.4"
61-
PythonCall = "0.9"
61+
PythonCall = "0.9 - 0.9.28"
6262
PythonPlot = "1"
6363
QuartzImageIO = "0.7"
6464
RecursiveArrayTools = "2.17"

0 commit comments

Comments
 (0)