DHEIVER commited on
Commit
823e281
Β·
verified Β·
1 Parent(s): 79b4f84

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- Pillow==10.1.0
2
- timm==0.9.10
3
- torch==2.1.2
4
- torchvision==0.16.2
5
- transformers==4.36.0
6
- sentencepiece==0.1.99
 
1
+ numpy<2
2
+ torch>=2.0.0
3
+ gradio>=3.0.0
4
+ transformers>=4.30.0
5
+ Pillow>=9.0.0