diff --git a/Project.toml b/Project.toml index 062065e0..e33269f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.12.0" +version = "0.13.1-DEV" [deps] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -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"]