Skip to content

Commit 2163540

Browse files
feat: ⭐ update dependency numpy to v2 (#1796)
* fix(deps): update dependency numpy to v2 * fix(deps): update numpy dependency constraints for compatibility --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anselm Hahn <[email protected]>
1 parent 8ac8e84 commit 2163540

File tree

2 files changed

+131
-65
lines changed

2 files changed

+131
-65
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; python_version < '3.9'",
41+
"numpy>=2.0.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)