Skip to content

Commit

Permalink
add compat for newly added deps and make downgrade work for them
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Jan 20, 2024
1 parent 6636cd5 commit 1262927
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,29 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
Aqua = "0.8"
CUDA = "3.12, 4, 5"
DiffEqBase = "6.69"
DocStringExtensions = "0.8, 0.9"
Flux = "0.13.5, 0.14"
Functors = "0.3, 0.4"
CUDA = "4.4, 5"
DiffEqBase = "6.137"
DocStringExtensions = "0.9"
Flux = "0.13.12, 0.14"
Functors = "0.4"
LinearAlgebra = "1.10"
Random = "1.10"
Reexport = "1"
SafeTestsets = "0.1"
SciMLSensitivity = "7.49"
SparseArrays = "1.10"
Statistics = "1.10"
Test = "1"
StochasticDiffEq = "6.63"
Test = "1.10"
Tracker = "0.2.18"
Zygote = "0.6.61"
cuDNN = "1.1"
julia = "1.10"

[extras]
Expand Down

0 comments on commit 1262927

Please sign in to comment.