Skip to content

Commit

Permalink
chore: bump compat for SciMLSensitivity to 7 for package NeuralODE, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#750)

* CompatHelper: bump compat for SciMLSensitivity to 7 for package NeuralODE, (keep existing compat)

* chore: apply suggestions from code review

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Avik Pal <avikpal@mit.edu>
  • Loading branch information
3 people committed Jul 9, 2024
1 parent 849fea6 commit d448c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/NeuralODE/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Expand All @@ -17,16 +17,16 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AMDGPU = "0.9.6"
ComponentArrays = "0.13, 0.14, 0.15"
Literate = "2"
Lux = "0.5"
AMDGPU = "0.8.4, 0.9"
LuxCUDA = "0.2, 0.3"
MLDatasets = "0.5, 0.7"
MLUtils = "0.2, 0.3, 0.4"
OneHotArrays = "0.1, 0.2"
Optimisers = "0.2, 0.3"
OrdinaryDiffEq = "6"
SciMLSensitivity = "7.57 - 7.62"
SciMLSensitivity = "7.63"
Statistics = "1"
Zygote = "0.6"

0 comments on commit d448c43

Please sign in to comment.