Skip to content

Commit

Permalink
Merge pull request #88 from JuliaImageRecon:release-0.15.1
Browse files Browse the repository at this point in the history
New version: v0.15.1
  • Loading branch information
JakobAsslaender authored Jul 2, 2024
2 parents e8deda6 + cbb57ee commit af272fb
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 <tobias@knoppweb.de>"]
version = "0.15.1-DEV"
version = "0.15.2-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"
VectorizationBase = "0.19, 0.21"
FFTW = "1.0"
FLoops = "0.2"
LinearOperatorCollection = "1.2"
LinearOperators = "2.3.3"
VectorizationBase = "0.19, 0.21"
FLoops = "0.2"

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

0 comments on commit af272fb

Please sign in to comment.