Skip to content

Commit 894de94

Browse files
Bump SciMLBase compat to 2.127 for lb/ub fields
Updated SciMLBase compat bounds to require version 2.127 which includes the lb and ub fields added to NonlinearProblem and NonlinearLeastSquaresProblem. Updated in: - Main Project.toml - lib/NonlinearSolveBase/Project.toml - lib/NonlinearSolveSciPy/Project.toml Closes dependency on SciMLBase.jl #1169 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b8d4a97 commit 894de94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Reexport = "1.2.2"
108108
ReverseDiff = "1.15"
109109
SciMLLogging = "1.3"
110110
SIAMFANLEquations = "1.0.1"
111-
SciMLBase = "2.116"
111+
SciMLBase = "2.127"
112112
SimpleNonlinearSolve = "2.11"
113113
SparseArrays = "1.10"
114114
SparseConnectivityTracer = "1"

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Preferences = "1.4"
8282
Printf = "1.10"
8383
RecursiveArrayTools = "3"
8484
ReverseDiff = "1.15"
85-
SciMLBase = "2.116"
85+
SciMLBase = "2.127"
8686
SciMLJacobianOperators = "0.1.1"
8787
SciMLLogging = "1.3.1"
8888
SciMLOperators = "1.7"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PrecompileTools = "1.2"
2525
PythonCall = "0.9"
2626
ReTestItems = "1.24"
2727
Reexport = "1.2.2"
28-
SciMLBase = "2.116"
28+
SciMLBase = "2.127"
2929
Test = "1.10"
3030
julia = "1.10"
3131

0 commit comments

Comments
 (0)