TheKnight115 commited on
Commit
c176206
·
verified ·
1 Parent(s): e41086b

Update requirements.txt

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