Skip to content

Commit

Permalink
Fix numpy dependencies in test-requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Aug 12, 2024
1 parent cd2cf3e commit 0d7145d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ pip>22; python_version > '3.6'
pip>21; python_version < '3.7'
wheel

numpy
numpy>=2.1.0rc1; python_version>="3.13"
numpy>=2; python_version>="3.9" and python_version<"3.13"
numpy<2; python_version<="3.8"
google-cloud-storage
tqdm
psutil
Expand Down

0 comments on commit 0d7145d

Please sign in to comment.