Skip to content

Commit 6254dfa

Browse files
committed
Add numpy<2.0 to requirements until tests are sorted out for pytorch 2.3 vs older
1 parent b1a6f4a commit 6254dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ torch>=1.7
22
torchvision
33
pyyaml
44
huggingface_hub
5-
safetensors>=0.2
5+
safetensors>=0.2
6+
numpy<2.0

0 commit comments

Comments
 (0)