Skip to content

Commit 6cb6656

Browse files
use master project.toml
1 parent c161954 commit 6cb6656

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

Project.toml

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
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"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9-
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
109
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11-
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1210
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1311
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1412
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1513
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1614
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1715
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18-
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
19-
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
2016
SymbolicAnalysis = "4297ee4d-0239-47d8-ba5d-195ecdf594fe"
2117
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
2218
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -27,6 +23,8 @@ FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
2723
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2824
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2925
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
26+
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
27+
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3028
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3129

3230
[extensions]
@@ -35,26 +33,34 @@ OptimizationFiniteDiffExt = "FiniteDiff"
3533
OptimizationForwardDiffExt = "ForwardDiff"
3634
OptimizationMTKExt = "ModelingToolkit"
3735
OptimizationReverseDiffExt = "ReverseDiff"
36+
OptimizationSparseDiffExt = ["SparseDiffTools", "ReverseDiff"]
37+
OptimizationTrackerExt = "Tracker"
3838
OptimizationZygoteExt = "Zygote"
3939

4040
[compat]
41-
ADTypes = "1.5"
41+
ADTypes = "1.3"
4242
ArrayInterface = "7.6"
43-
DifferentiationInterface = "0.5.2"
4443
DocStringExtensions = "0.9"
44+
Enzyme = "0.12.12"
45+
FiniteDiff = "2.12"
46+
ForwardDiff = "0.10.26"
4547
LinearAlgebra = "1.9, 1.10"
4648
ModelingToolkit = "9"
49+
PDMats = "0.11"
4750
Reexport = "1.2"
4851
Requires = "1"
52+
ReverseDiff = "1.14"
4953
SciMLBase = "2"
50-
SymbolicAnalysis = "0.1, 0.2"
54+
SparseDiffTools = "2.14"
55+
SymbolicAnalysis = "0.3"
5156
SymbolicIndexingInterface = "0.3"
52-
Symbolics = "5.12"
57+
Symbolics = "5.12, 6"
58+
Tracker = "0.2.29"
5359
Zygote = "0.6.67"
5460
julia = "1.10"
5561

5662
[extras]
5763
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5864

5965
[targets]
60-
test = ["Test"]
66+
test = ["Test"]

0 commit comments

Comments
 (0)