monstxr commited on
Commit
ec12d72
·
verified ·
1 Parent(s): 0ed888f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
  torch==2.1.0
2
  torchvision==0.16.0
3
  torchaudio==2.1.0
 
4
  git+https://github.com/ultralytics/ultralytics.git@main
5
- transformers>=4.35.0 # compatible with huggingface-hub>=0.19
6
  Pillow
7
  gradio>=4.41.0
8
  opencv-python-headless
 
 
1
  torch==2.1.0
2
  torchvision==0.16.0
3
  torchaudio==2.1.0
4
+ numpy<2 # fix NumPy 2.x runtime error
5
  git+https://github.com/ultralytics/ultralytics.git@main
6
+ transformers>=4.35.0
7
  Pillow
8
  gradio>=4.41.0
9
  opencv-python-headless
10
+ huggingface-hub>=0.19.3 # ensure compatibility with transformers and gradio