-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
31 lines (27 loc) · 960 Bytes
/
Project.toml
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 = "ActiveSetPursuit"
uuid = "d86c1dc8-ba26-4c98-b330-3a8efc174d20"
authors = ["Michael P. Friedlander <[email protected]>, Michael A. Saunders <[email protected]>, Tina Torabi <[email protected]> and contributors"]
version = "0.0.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QRupdate = "29d2ae51-7246-454b-9a65-19ff7b2849a5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
DataFrames = "1.6"
LinearAlgebra = "1.9, 1.10"
LinearOperators = "2.8"
Printf = "1.9, 1.10"
QRupdate = "1.0"
Random = "1.9, 1.10"
SparseArrays = "1.9, 1.10"
Logging = "1.9"
julia = "1.9, 1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]