Skip to content

Commit

Permalink
Merge pull request #4957 from neutrinoceros/dep/forbid_numpy2.0.1_on_…
Browse files Browse the repository at this point in the history
…mac_arm
  • Loading branch information
neutrinoceros authored Jul 25, 2024
2 parents 766a95b + 6aa7a6c commit d25b54c
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 d25b54c

Please sign in to comment.