Skip to content

Commit

Permalink
revert strict downgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Dec 23, 2023
1 parent a263a0d commit 7ee703a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Adapt = "~3.3.3"
Aqua = "=0.8.0"
CellularAutomata = "=0.0.2"
DifferentialEquations = "~7.0.0"
Distances = "=0.10.0"
Distributions = "=0.24.5"
LIBSVM = "=0.8.0"
LinearAlgebra = "~1.9.0"
MLJLinearModels = "=0.9.2"
NNlib = "=0.8.4"
Optim = "~1.0.0"
Random = "~1.0.0"
SafeTestsets = "=0.1.0"
SparseArrays = "~1.9.0"
Statistics = "~1.9.0"
Test = "~1.0.0"
Adapt = "3.3.3, 4"
Aqua = "0.8"
CellularAutomata = "0.0.2"
DifferentialEquations = "7"
Distances = "0.10"
Distributions = "0.24.5, 0.25"
LIBSVM = "0.8"
LinearAlgebra = "1.9"
MLJLinearModels = "0.9.2"
NNlib = "0.8.4, 0.9"
Optim = "1"
Random = "1"
SafeTestsets = "0.1"
SparseArrays = "1.9"
Statistics = "1.9"
Test = "1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 7ee703a

Please sign in to comment.