TheKnight115 commited on
Commit
b498983
·
verified ·
1 Parent(s): 4272902

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- streamlit
2
- torch
3
- opencv-python
4
- numpy
5
- Pillow
6
- scipy
 
1
+ streamlit==1.15.0
2
+ torch==1.12.0
3
+ opencv-python==4.5.3.20210921
4
+ numpy==1.21.6
5
+ Pillow==8.4.0
6
+ scipy==1.9.3