Skip to content

Commit

Permalink
specify numpy version for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
swelborn committed Dec 20, 2024
1 parent f57eb1a commit 5597677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
numpy
# Tests fail with numpy v2.0.4 py39 aarch64, pin here
numpy<2.0; (python_version <= "3.9" and platform_machine == "aarch64")
numpy; python_version > "3.9" or platform_machine != "aarch64"
h5py
deprecation

0 comments on commit 5597677

Please sign in to comment.