Skip to content

Commit 29f6718

Browse files
committed
replace DiffEqSensitivity with SciMLSensitivity
1 parent a3b22d5 commit 29f6718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
99
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
1010
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
1111
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
12-
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
1312
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1413
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1514
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
@@ -28,6 +27,7 @@ QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
2827
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2928
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
3029
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
30+
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
3131
SmoothingSplines = "102930c3-cf33-599f-b3b1-9a29a5acab30"
3232
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3333
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
@@ -47,7 +47,7 @@ Colors = "0.11,0.12"
4747
Conda = "1"
4848
CSV = "0"
4949
DataFrames = "1"
50-
DiffEqSensitivity = "6"
50+
SciMLSensitivity = "^7"
5151
ForwardDiff = "0.10"
5252
Images = "0.24"
5353
IncompleteLU = "0.2"

0 commit comments

Comments
 (0)