fmegahed commited on
Commit
bf99d96
·
verified ·
1 Parent(s): c94c333

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- torch
2
- open_clip_torch
3
- streamlit
4
- Pillow
 
 
1
+ streamlit>=1.24.0
2
+ torch>=1.7.1
3
+ torchvision>=0.8.2
4
+ open_clip_torch>=2.20.0
5
+ Pillow>=8.1.0