diff --git a/Project.toml b/Project.toml index 7d8fe34..1467837 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ DataCollocationsDataInterpolationsExt = "DataInterpolations" [compat] ArrayInterface = "7" -DataInterpolations = "6.4, 7, 8" +DataInterpolations = "6.4, 7, 8, 9.0" Documenter = "1" JET = "0.9, 0.10, 0.11" JLArrays = "0.3" diff --git a/docs/Project.toml b/docs/Project.toml index adbe075..1eec818 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,4 +11,17 @@ PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1" DataCollocations = "9454e98c-75cb-4dbc-9573-481819719962" -Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" \ No newline at end of file +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" +[compat] +ComponentArrays = "0.15.40" +DataCollocations = "1.1.0" +DiffEqFlux = "4.8.1" +Documenter = "1.17.0" +Lux = "1.31.4" +Optimization = "5.6.2" +OptimizationOptimisers = "0.3.18" +OrdinaryDiffEq = "7.1.1" +Plots = "1.41.6" +PreallocationTools = "1.2.1" +SciMLSensitivity = "7.112.2" +Zygote = "0.7.11"