Skip to content

Commit

Permalink
Merge pull request #87 from JuliaImageRecon:release-0.15.0
Browse files Browse the repository at this point in the history
New version: v0.15.0
  • Loading branch information
JakobAsslaender authored Jun 28, 2024
2 parents e4c43ea + 14d3899 commit b258cb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.14.1"
version = "0.15.1-DEV"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -25,11 +25,11 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IterativeSolvers = "0.9"
julia = "1.9"
StatsBase = "0.33, 0.34"
FFTW = "1.0"
FLoops = "0.2"
VectorizationBase = "0.19, 0.21"
LinearOperatorCollection = "1.2"
LinearOperators = "2.3.3"
FFTW = "1.0"
VectorizationBase = "0.19, 0.21"

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

0 comments on commit b258cb8

Please sign in to comment.