Skip to content

Commit

Permalink
Mark numpy 1.24.0 as non-compatible (#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom authored Dec 19, 2022
1 parent 9bd1665 commit 26b3d0e
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 @@ -23,7 +23,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"numpy>=1.17",
"numpy>=1.17,!=1.24.0",
"pandas>=0.25",
"matplotlib>=3.1,!=3.6.1",
"typing_extensions; python_version < '3.8'",
Expand Down

0 comments on commit 26b3d0e

Please sign in to comment.