Skip to content

Commit 3a5521c

Browse files
use master project.toml
1 parent c161954 commit 3a5521c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Project.toml

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationBase"
22
uuid = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "1.3.3"
4+
version = "1.5.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -40,21 +40,28 @@ OptimizationZygoteExt = "Zygote"
4040
[compat]
4141
ADTypes = "1.5"
4242
ArrayInterface = "7.6"
43-
DifferentiationInterface = "0.5.2"
43+
DifferentiationInterface = "0.5"
4444
DocStringExtensions = "0.9"
45+
Enzyme = "0.12.12"
46+
FiniteDiff = "2.12"
47+
ForwardDiff = "0.10.26"
4548
LinearAlgebra = "1.9, 1.10"
4649
ModelingToolkit = "9"
50+
PDMats = "0.11"
4751
Reexport = "1.2"
4852
Requires = "1"
53+
ReverseDiff = "1.14"
4954
SciMLBase = "2"
50-
SymbolicAnalysis = "0.1, 0.2"
55+
SparseDiffTools = "2.14"
56+
SymbolicAnalysis = "0.3"
5157
SymbolicIndexingInterface = "0.3"
52-
Symbolics = "5.12"
58+
Symbolics = "5.12, 6"
59+
Tracker = "0.2.29"
5360
Zygote = "0.6.67"
5461
julia = "1.10"
5562

5663
[extras]
5764
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5865

5966
[targets]
60-
test = ["Test"]
67+
test = ["Test"]

0 commit comments

Comments
 (0)