Skip to content

Commit

Permalink
fix compats
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 9, 2023
1 parent 5797257 commit 3509997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/downstream/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[deps]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Expand All @@ -15,7 +14,9 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
BoundaryValueDiffEq = "5"
ForwardDiff = "0.10"
ModelingToolkit = "8.37"
NonlinearSolve = "2"
Optimization = "3"
OptimizationOptimJL = "0.1"
OrdinaryDiffEq = "6.33"
Expand Down
2 changes: 1 addition & 1 deletion test/downstream/ensemble_diffeq.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using DifferentialEquations
using OrdinaryDiffEq

prob = ODEProblem((u, p, t) -> 1.01u, 0.5, (0.0, 1.0))
function prob_func(prob, i, repeat)
Expand Down

0 comments on commit 3509997

Please sign in to comment.