Skip to content

Commit b943ff0

Browse files
TEMP COMMIT: use unreleased packages
1 parent f082e1a commit b943ff0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Project.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ ConstructionBase = "1"
100100
DataInterpolations = "7, 8"
101101
DataStructures = "0.17, 0.18"
102102
DeepDiffs = "1"
103-
DelayDiffEq = "5.50"
104-
DiffEqBase = "6.170.1"
103+
DelayDiffEq = "5.60"
104+
DiffEqBase = "6.186.0"
105105
DiffEqCallbacks = "2.16, 3, 4"
106106
DiffEqNoiseProcess = "5"
107107
DiffRules = "0.1, 1.0"
@@ -138,7 +138,7 @@ NonlinearSolve = "4.3"
138138
OffsetArrays = "1"
139139
OrderedCollections = "1"
140140
OrdinaryDiffEq = "6.82.0"
141-
OrdinaryDiffEqCore = "1.15.0"
141+
OrdinaryDiffEqCore = "1.32.0"
142142
OrdinaryDiffEqDefault = "1.2"
143143
OrdinaryDiffEqNonlinearSolve = "1.5.0"
144144
PrecompileTools = "1"
@@ -148,7 +148,7 @@ RecursiveArrayTools = "3.26"
148148
Reexport = "0.2, 1"
149149
RuntimeGeneratedFunctions = "0.5.9"
150150
SCCNonlinearSolve = "1.4.0"
151-
SciMLBase = "2.108.0"
151+
SciMLBase = "2.115.0"
152152
SciMLPublic = "1.0.0"
153153
SciMLStructures = "1.7"
154154
Serialization = "1"
@@ -157,8 +157,8 @@ SimpleNonlinearSolve = "0.1.0, 1, 2"
157157
SparseArrays = "1"
158158
SpecialFunctions = "1, 2"
159159
StaticArrays = "1.9.14"
160-
StochasticDelayDiffEq = "1.10"
161-
StochasticDiffEq = "6.72.1"
160+
StochasticDelayDiffEq = "1.11"
161+
StochasticDiffEq = "6.82.0"
162162
SymbolicIndexingInterface = "0.3.39"
163163
SymbolicUtils = "3.30.0"
164164
Symbolics = "6.40"
@@ -207,3 +207,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
207207

208208
[targets]
209209
test = ["AmplNLWriter", "BenchmarkTools", "BoundaryValueDiffEqMIRK", "BoundaryValueDiffEqAscher", "ControlSystemsBase", "DataInterpolations", "DelayDiffEq", "NonlinearSolve", "ForwardDiff", "Ipopt", "Ipopt_jll", "ModelingToolkitStandardLibrary", "Optimization", "OptimizationOptimJL", "OptimizationMOI", "OrdinaryDiffEq", "OrdinaryDiffEqCore", "OrdinaryDiffEqDefault", "REPL", "Random", "ReferenceTests", "SafeTestsets", "StableRNGs", "Statistics", "SteadyStateDiffEq", "Test", "StochasticDiffEq", "Sundials", "StochasticDelayDiffEq", "Pkg", "JET", "OrdinaryDiffEqNonlinearSolve", "Logging", "OptimizationBase", "LinearSolve"]
210+
211+
[sources]
212+
JumpProcesses = { url = "https://github.com/AayushSabharwal/JumpProcesses.jl", rev = "as/fix-disc-save" }

0 commit comments

Comments
 (0)