Skip to content

Commit 44728e1

Browse files
fix(deps): update dependency numpy to <1.26.5
1 parent f0023c8 commit 44728e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"lmfit>=1.2.2,<2",
3838
"pandas<2.2.1 ; python_version < '3.9'",
3939
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
40-
"numpy<1.26.4 ; python_version < '3.9'",
40+
"numpy<1.26.5; python_version < '3.9'",
4141
"numpy>=1.26.4,<2 ; python_version >= '3.9'",
4242
"emcee>=3.1.2,<4",
4343
"tabulate>=0.9.0,<0.10",

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)