Skip to content

Commit 50f52c4

Browse files
committed
bump compat
1 parent 13fe248 commit 50f52c4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Project.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,26 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
3333
QuanEstimationPyExt = "PythonCall"
3434

3535
[compat]
36-
BoundaryValueDiffEq = "2"
36+
BoundaryValueDiffEq = "2,5"
37+
Convex = "0.15"
38+
DelimitedFiles = "1"
3739
Distributions = "0.25"
3840
Flux = "0.12, 0.13, 0.14"
39-
Interpolations = "0.13, 0.14"
41+
Interpolations = "0.13, 0.14, 0.15"
4042
IntervalSets = "0.5, 0.7"
4143
JLD2 = "0.4"
44+
julia = "1.9"
4245
OrdinaryDiffEq = "6"
4346
QuadGK = "2"
4447
ReinforcementLearning = "0.10"
45-
SCS = "1"
48+
Revise = "3"
49+
SCS = "1, 2"
4650
StableRNGs = "1"
47-
StatsBase = "0.33"
51+
StatsBase = "0.33, 0.34"
4852
Trapz = "2"
4953
Zygote = "0.6"
5054

55+
5156
[extras]
5257
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5358

0 commit comments

Comments
 (0)