Skip to content

Commit 29fdc8a

Browse files
Merge pull request #454 from SciML/ChrisRackauckas-patch-1
Allow Symbolics v6
2 parents 45c4465 + c0ffc82 commit 29fdc8a

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
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "3.13.1"
4+
version = "3.14.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -105,7 +105,7 @@ StaticArrays = "1.9"
105105
StaticArraysCore = "1.4"
106106
Sundials = "4.23.1"
107107
SymbolicIndexingInterface = "0.3.15"
108-
Symbolics = "5.26"
108+
Symbolics = "5.26, 6"
109109
Test = "1.10"
110110
TimerOutputs = "0.5.23"
111111
Zygote = "0.6.69"

0 commit comments

Comments
 (0)