-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (33 loc) · 1.2 KB
/
Project.toml
File metadata and controls
39 lines (33 loc) · 1.2 KB
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
32
33
34
35
36
37
38
39
name = "OptimalEstimation"
uuid = "8b9d75e2-f43c-48c3-b960-67e08bc0a1b3"
authors = ["cfranken <cfranken@caltech.edu>"]
version = "0.2.0"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
NonNegLeastSquares = "b7351bd1-99d9-5c5d-8786-f205a815c4d7"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
[extensions]
OptimalEstimationForwardDiffExt = "ForwardDiff"
OptimalEstimationJuMPExt = ["JuMP", "OSQP"]
OptimalEstimationNonNegLeastSquaresExt = "NonNegLeastSquares"
[compat]
DocStringExtensions = "0.9"
ForwardDiff = "0.10, 1"
JuMP = "1"
NonNegLeastSquares = "0.4"
OSQP = "0.8"
julia = "1.10"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
NonNegLeastSquares = "b7351bd1-99d9-5c5d-8786-f205a815c4d7"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "ForwardDiff", "NonNegLeastSquares", "JuMP", "OSQP"]