Skip to content

Commit c028c5e

Browse files
committed
Bound MINPACK for now
1 parent 9608952 commit c028c5e

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.12.3"
4+
version = "3.12.4"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -78,7 +78,7 @@ LeastSquaresOptim = "0.8.5"
7878
LineSearches = "7.2"
7979
LinearAlgebra = "1.10"
8080
LinearSolve = "2.30"
81-
MINPACK = "1.2"
81+
MINPACK = "=1.2"
8282
MaybeInplace = "0.1.3"
8383
ModelingToolkit = "9.15.0"
8484
NLSolvers = "0.5"

0 commit comments

Comments
 (0)