We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fe248 commit 50f52c4Copy full SHA for 50f52c4
Project.toml
@@ -33,21 +33,26 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
33
QuanEstimationPyExt = "PythonCall"
34
35
[compat]
36
-BoundaryValueDiffEq = "2"
+BoundaryValueDiffEq = "2,5"
37
+Convex = "0.15"
38
+DelimitedFiles = "1"
39
Distributions = "0.25"
40
Flux = "0.12, 0.13, 0.14"
-Interpolations = "0.13, 0.14"
41
+Interpolations = "0.13, 0.14, 0.15"
42
IntervalSets = "0.5, 0.7"
43
JLD2 = "0.4"
44
+julia = "1.9"
45
OrdinaryDiffEq = "6"
46
QuadGK = "2"
47
ReinforcementLearning = "0.10"
-SCS = "1"
48
+Revise = "3"
49
+SCS = "1, 2"
50
StableRNGs = "1"
-StatsBase = "0.33"
51
+StatsBase = "0.33, 0.34"
52
Trapz = "2"
53
Zygote = "0.6"
54
55
+
56
[extras]
57
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
58
0 commit comments