-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 873 Bytes
/
Project.toml
File metadata and controls
31 lines (27 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "ADNLPModels"
uuid = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
version = "0.8.13"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
[weakdeps]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
[extensions]
ADNLPModelsEnzymeExt = "Enzyme"
[compat]
ADTypes = "1.2.1"
ForwardDiff = "1"
NLPModels = "0.21.5"
ReverseDiff = "1"
SparseConnectivityTracer = "1"
SparseMatrixColorings = "0.4.21"
Enzyme = "0.13.129"
LinearAlgebra = "1.10"
SparseArrays = "1.10"
julia = "1.10"