Skip to content

Commit

Permalink
Add stlib compat (#89)
Browse files Browse the repository at this point in the history
* Add stlib compat

* Bump package version
  • Loading branch information
lostella committed Dec 27, 2023
1 parent 6817db6 commit 4d07b28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ProximalAlgorithms"
uuid = "140ffc9f-1907-541a-a177-7475e0a401e9"
version = "0.5.4"
version = "0.5.5"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -9,6 +9,8 @@ ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
LinearAlgebra = "1.2"
Printf = "1.2"
ProximalCore = "0.1"
Zygote = "0.6"
julia = "1.2"

0 comments on commit 4d07b28

Please sign in to comment.