Skip to content

Commit c83fe3e

Browse files
committed
fix: update dependencies and remove unused ones
1 parent 9bb76a6 commit c83fe3e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Project.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqCallbacks"
22
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "4.0.0"
4+
version = "3.10.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,12 +16,14 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1616

1717
[compat]
1818
Aqua = "0.8"
19-
DataInterpolations = "4.6"
19+
DataInterpolations = "4.6, 5, 6"
2020
DataStructures = "0.18.13"
2121
DiffEqBase = "6.154"
22+
ForwardDiff = "0.10.36"
2223
Functors = "0.4"
2324
LinearAlgebra = "1.10"
2425
Markdown = "1.10"
26+
NonlinearSolve = "3.7.2"
2527
ODEProblemLibrary = "0.1.5"
2628
OrdinaryDiffEq = "6.88"
2729
QuadGK = "2.9"
@@ -40,6 +42,7 @@ julia = "1.10"
4042
[extras]
4143
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4244
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
45+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4346
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
4447
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
4548
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
@@ -52,4 +55,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5255
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5356

5457
[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

Comments
 (0)