Skip to content

Commit

Permalink
exp: forbid scipy 1.13.0 on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Apr 30, 2024
1 parent 0341cdb commit 4253dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ test_all = [
]
recommended = [
"scipy>=1.8",
"scipy!=1.13.0 ; platform_machine=='arm64' and platform_system=='Darwin'",
"matplotlib>=3.3,!=3.4.0,!=3.5.2",
]
typing = [
Expand Down

0 comments on commit 4253dd0

Please sign in to comment.