Skip to content

Commit 7652ec2

Browse files
committed
make compat for PythonCall and CondaPkg more specific for release
1 parent 1dc9c22 commit 7652ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
4343
[compat]
4444
Calculus = "0.4,0.5"
4545
Colors = "0.11,0.12"
46-
CondaPkg = "0"
46+
CondaPkg = "0.2"
4747
CSV = "0.10"
4848
DataFrames = "1"
4949
SciMLSensitivity = "^7"
@@ -57,7 +57,7 @@ ModelingToolkit = "8"
5757
OrdinaryDiffEq = "^6"
5858
Parameters = "0.12"
5959
PreallocationTools = "0.4"
60-
PythonCall = "0"
60+
PythonCall = "0.9"
6161
PythonPlot = "1"
6262
QuartzImageIO = "0.7"
6363
RecursiveArrayTools = "2.17"

0 commit comments

Comments
 (0)