-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 806 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 806 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
name = "ProximalOperators"
uuid = "a725b495-10eb-56fe-b38b-717eba820537"
version = "0.17.0"
[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
[weakdeps]
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
[extensions]
RecursiveArrayToolsExt = "RecursiveArrayTools"
[compat]
IterativeSolvers = "0.8 - 0.9"
LinearAlgebra = "1.4"
OSQP = "0.3 - 0.8"
ProximalCore = "0.2"
RecursiveArrayTools = "2, 3"
SparseArrays = "1.4"
SuiteSparse = "1.4"
TSVD = "0.3 - 0.4"
julia = "1.4"