Add numpy<2.0 to requirements until tests are sorted out for pytorch 2.3 vs older
parent
b1a6f4a946
commit
6254dfaece
|
@ -2,4 +2,5 @@ torch>=1.7
|
|||
torchvision
|
||||
pyyaml
|
||||
huggingface_hub
|
||||
safetensors>=0.2
|
||||
safetensors>=0.2
|
||||
numpy<2.0
|
||||
|
|
Loading…
Reference in New Issue