Skip to content

Commit 26b3d0e

Browse files
authored
Mark numpy 1.24.0 as non-compatible (#3194)
1 parent 9bd1665 commit 26b3d0e

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
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
requires-python = ">=3.7"
2525
dependencies = [
26-
"numpy>=1.17",
26+
"numpy>=1.17,!=1.24.0",
2727
"pandas>=0.25",
2828
"matplotlib>=3.1,!=3.6.1",
2929
"typing_extensions; python_version < '3.8'",

0 commit comments

Comments
 (0)