Skip to content

Commit fcfbcb9

Browse files
committed
Explicitly require numpy > 2
1 parent b92a1c7 commit fcfbcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
# "numpy<3; python_version >= 3.9",
2323
# "pandas >= 2.2.0; python_version < 3.9",
2424
# "pandas > 1.0; python_version >= 3.9",
25-
"numpy<3",
25+
"numpy<2.0.0, <3.0.0",
2626
# Required for numpy > 2
2727
"pandas >= 2.2.2",
2828
"scipy > 1.4.0",

0 commit comments

Comments
 (0)