Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Jan 28, 2022
1 parent 01d18e1 commit 849bd14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DeconvOptim"
uuid = "03e7cd2f-1a03-4ea9-b59b-760a446df67f"
authors = ["Felix Wechsler <[email protected]>"]
version = "0.5.1"
version = "0.6.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -24,13 +24,13 @@ FFTW = "1.2, 1.3, 1.4"
FillArrays = "0.12"
Interpolations = "0.12.10, 0.13"
LineSearches = "7.1"
Noise = "0.3.0"
Optim = "1.2, 1.3, 1.4, 1.5"
Noise = "0.3"
Optim = "1.2, 1.3, 1.4, 1.5, 1.6"
Requires = "1.1.0"
StatsBase = "0.33"
Tullio = "0.3"
Zygote = "0.6"
julia = "1.5, 1.6"
julia = "1.5, 1.6, 1.7"

[extras]
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Expand Down

2 comments on commit 849bd14

@roflmaostc
Copy link
Owner 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/55612

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.6.0 -m "<description of version>" 849bd14087b227fa3821c8f33cc9d3d986207896
git push origin v0.6.0

Please sign in to comment.