Skip to content

Commit 3509997

Browse files
fix compats
1 parent 5797257 commit 3509997

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/downstream/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[deps]
22
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
3-
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
43
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
54
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
65
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
@@ -15,7 +14,9 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1514

1615
[compat]
1716
BoundaryValueDiffEq = "5"
17+
ForwardDiff = "0.10"
1818
ModelingToolkit = "8.37"
19+
NonlinearSolve = "2"
1920
Optimization = "3"
2021
OptimizationOptimJL = "0.1"
2122
OrdinaryDiffEq = "6.33"

test/downstream/ensemble_diffeq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using DifferentialEquations
1+
using OrdinaryDiffEq
22

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

0 commit comments

Comments
 (0)