Skip to content

Commit

Permalink
CompatHelper: bump compat for ProximalOperators to 0.16, (keep existi…
Browse files Browse the repository at this point in the history
…ng compat) (#28)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Aug 22, 2023
1 parent ae198c7 commit 4edd9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DSP = "0.7"
FFTW = "1.1"
ProximalOperators = "0.10, 0.15"
ProximalOperators = "0.10, 0.15, 0.16"
RecipesBase = "1.0"
Requires = "1.0"
StatsBase = "0.33, 0.34"
Expand Down

2 comments on commit 4edd9ae

@baggepinnen
Copy link
Owner

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/90079

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.3.3 -m "<description of version>" 4edd9ae0c0d72b45200c1f0c8d23462f6513e973
git push origin v0.3.3

Please sign in to comment.