1
1
name = " DiffEqCallbacks"
2
2
uuid = " 459566f4-90b8-5000-8ac3-15dfb0a30def"
3
3
authors = [
" Chris Rackauckas <[email protected] >" ]
4
- version = " 4.0 .0"
4
+ version = " 3.10 .0"
5
5
6
6
[deps ]
7
7
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,12 +16,14 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
16
16
17
17
[compat ]
18
18
Aqua = " 0.8"
19
- DataInterpolations = " 4.6"
19
+ DataInterpolations = " 4.6, 5, 6 "
20
20
DataStructures = " 0.18.13"
21
21
DiffEqBase = " 6.154"
22
+ ForwardDiff = " 0.10.36"
22
23
Functors = " 0.4"
23
24
LinearAlgebra = " 1.10"
24
25
Markdown = " 1.10"
26
+ NonlinearSolve = " 3.7.2"
25
27
ODEProblemLibrary = " 0.1.5"
26
28
OrdinaryDiffEq = " 6.88"
27
29
QuadGK = " 2.9"
@@ -40,6 +42,7 @@ julia = "1.10"
40
42
[extras ]
41
43
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
42
44
DataInterpolations = " 82cc6244-b520-54b8-b5a6-8a565e85f1d0"
45
+ ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
43
46
NonlinearSolve = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
44
47
ODEProblemLibrary = " fdc4e326-1af4-4b90-96e7-779fcce2daa5"
45
48
OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
@@ -52,4 +55,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
52
55
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
53
56
54
57
[targets ]
55
- test = [" Aqua" , " DataInterpolations" , " OrdinaryDiffEq " , " ODEProblemLibrary" , " Test " , " QuadGK" , " SciMLSensitivity" , " StaticArrays" , " Tracker " , " Zygote " , " NonlinearSolve " ]
58
+ test = [" Aqua" , " DataInterpolations" , " ForwardDiff " , " NonlinearSolve " , " ODEProblemLibrary" , " OrdinaryDiffEq " , " QuadGK" , " SciMLSensitivity" , " StaticArrays" , " Test " , " Tracker " , " Zygote " ]
0 commit comments