Skip to content

Commit

Permalink
DEP: exclude numpy 2.0.1 on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 25, 2024
1 parent 935a6d6 commit 6aa7a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dependencies = [
"matplotlib>=3.5",
"more-itertools>=8.4",
"numpy>=1.19.3, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION
# https://github.com/numpy/numpy/issues/27037
"numpy!=2.0.1 ; platform_machine=='arm64' and platform_system=='Darwin'",
"packaging>=20.9",
"pillow>=8.0.0",
"tomli-w>=0.4.0",
Expand Down

0 comments on commit 6aa7a6c

Please sign in to comment.