Skip to content

Commit de28663

Browse files
Merge pull request #101 from karlwessel/main
fix compat entries for Statistics and SymbolicUtils
2 parents dd771e1 + 480ac52 commit de28663

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1414
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1515

1616
[compat]
17-
DataDrivenDiffEq = "1.3"
17+
DataDrivenDiffEq = "1.5"
1818
DataDrivenSparse = "0.1.2"
1919
DataStructures = "0.18.13"
2020
LinearAlgebra = "<0.0.1, 1"
2121
SpecialFunctions = "2"
22-
Statistics = "1.9"
23-
SymbolicUtils = "1.4, 3"
24-
Symbolics = "5.12, 6"
22+
Statistics = "<0.0.1, 1"
23+
SymbolicUtils = "2.1, 3"
24+
Symbolics = "5.31, 6"
2525
julia = "1.9"
2626

2727
[extras]

0 commit comments

Comments
 (0)