Skip to content

Commit 86dcef2

Browse files
authored
Update Project.toml to include stdlib versions (#148)
1 parent 353f374 commit 86dcef2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ProximalOperators"
22
uuid = "a725b495-10eb-56fe-b38b-717eba820537"
3-
version = "0.16.0"
3+
version = "0.16.1"
44

55
[deps]
66
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
@@ -13,7 +13,10 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
1313

1414
[compat]
1515
IterativeSolvers = "0.8 - 0.9"
16+
LinearAlgebra = "1.4"
1617
OSQP = "0.3 - 0.8"
1718
ProximalCore = "0.1"
19+
SparseArrays = "1.4"
20+
SuiteSparse = "1.4"
1821
TSVD = "0.3 - 0.4"
1922
julia = "1.4"

0 commit comments

Comments
 (0)