Skip to content

Commit 8cf4921

Browse files
fix(deps): update dependency numpy to v2
1 parent 21ff595 commit 8cf4921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies = [
3737
"lmfit>=1.2.2,<2",
3838
"pandas<2.2.4; python_version < '3.9'",
3939
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
40-
"numpy<1.26.5; python_version < '3.9'",
41-
"numpy>=1.26.4,<2 ; python_version >= '3.9'",
40+
"numpy<2.2.3; python_version < '3.9'",
41+
"numpy>=2.2.2,<3; python_version >= '3.9'",
4242
"emcee>=3.1.2,<4",
4343
"tabulate>=0.9.0,<0.10",
4444
"PyYAML~=6.0",

0 commit comments

Comments
 (0)