Skip to content

Commit

Permalink
Update Project.toml to include stdlib versions (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Oct 27, 2023
1 parent 353f374 commit 86dcef2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ProximalOperators"
uuid = "a725b495-10eb-56fe-b38b-717eba820537"
version = "0.16.0"
version = "0.16.1"

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

[compat]
IterativeSolvers = "0.8 - 0.9"
LinearAlgebra = "1.4"
OSQP = "0.3 - 0.8"
ProximalCore = "0.1"
SparseArrays = "1.4"
SuiteSparse = "1.4"
TSVD = "0.3 - 0.4"
julia = "1.4"

2 comments on commit 86dcef2

@lostella
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94248

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.16.1 -m "<description of version>" 86dcef250601463b4e1b59bef1066f7b8cc9e685
git push origin v0.16.1

Please sign in to comment.