Skip to content

Commit

Permalink
[MNT] increase numpy bound to numpy < 2.1, numpy 2 compatibility (
Browse files Browse the repository at this point in the history
#393)

This PR bumps the bound for `numpy` to `<2.1`.
  • Loading branch information
fkiraly authored Jun 23, 2024
1 parent fbe193c commit 0abc014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
requires-python = ">=3.8,<3.13"
dependencies = [
"numpy>=1.21.0,<1.27",
"numpy>=1.21.0,<2.1",
"pandas>=1.1.0,<2.3.0",
"packaging",
"scikit-base>=0.6.1,<0.9.0",
Expand Down

0 comments on commit 0abc014

Please sign in to comment.