Skip to content

Commit 3a6dc55

Browse files
committed
Bump lmfit dependency to >=1.3.4,<2
Updated the lmfit package version requirement in pyproject.toml from >=1.2.2 to >=1.3.4 to ensure compatibility with newer features or bug fixes.
1 parent da191b7 commit 3a6dc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"numpyro>=0.19.0,<0.20.0",
2424
"arviz>=0.22.0,<0.30.0",
2525
"corner>=2.2.2,<3",
26-
"lmfit>=1.2.2,<2",
26+
"lmfit>=1.3.4,<2",
2727
"jinja2>=3.1.2,<4",
2828
"ipywidgets>=8.1.1,<9",
2929
"optax>=0.2.5,<0.3",

0 commit comments

Comments
 (0)