Skip to content

Commit

Permalink
Merge pull request #73 from JuliaImageRecon/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
JakobAsslaender authored Feb 1, 2024
2 parents eae172c + c6c67f2 commit 8b628f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RegularizedLeastSquares"
uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.12.0"
version = "0.13.1-DEV"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -23,13 +23,13 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[compat]
IterativeSolvers = "0.9"
VectorizationBase = "0.19, 0.21"
StatsBase = "0.33, 0.34"
julia = "1.9"
FFTW = "1.0"
StatsBase = "0.33, 0.34"
FLoops = "0.2"
VectorizationBase = "0.19, 0.21"
LinearOperatorCollection = "1.0"
LinearOperators = "2.3.3"
FLoops = "0.2"
FFTW = "1.0"

[targets]
test = ["Test", "Random", "FFTW"]

0 comments on commit 8b628f7

Please sign in to comment.