Skip to content

Commit b823064

Browse files
committed
fix: bracketing nlsolve min compats
1 parent efc673f commit b823064

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BracketingNonlinearSolve"
22
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -18,7 +18,6 @@ NonlinearSolveBase = {path = "../NonlinearSolveBase"}
1818
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1919
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2020

21-
2221
[extensions]
2322
BracketingNonlinearSolveForwardDiffExt = "ForwardDiff"
2423
BracketingNonlinearSolveChainRulesCoreExt = ["ChainRulesCore", "ForwardDiff"]
@@ -34,11 +33,11 @@ InteractiveUtils = "<0.0.1, 1"
3433
NonlinearSolveBase = "1.1"
3534
PrecompileTools = "1.2"
3635
Reexport = "1.2.2"
37-
SciMLBase = "2.69"
36+
SciMLBase = "2.116"
3837
Test = "1.10"
3938
TestItemRunner = "1"
4039
julia = "1.10"
41-
Zygote = "0.6.69, 0.7"
40+
Zygote = "0.7"
4241

4342
[extras]
4443
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)