Skip to content

Commit cdf762f

Browse files
remove DiffEqProblemLibrary from test
DiffEqProblemLibrary does not depend on ParameterizedFunctions anymore.
1 parent bbca322 commit cdf762f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ ModelingToolkit = "1.3"
1616
julia = "1.3"
1717

1818
[extras]
19-
DiffEqProblemLibrary = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
2019
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2120
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2221
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2322

2423
[targets]
25-
test = ["DiffEqProblemLibrary", "InteractiveUtils", "SpecialFunctions", "Test"]
24+
test = ["InteractiveUtils", "SpecialFunctions", "Test"]

0 commit comments

Comments
 (0)