Update requirement.txt
Browse files- requirement.txt +4 -4
requirement.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
ultralytics
|
4 |
easyocr
|
5 |
-
|
6 |
-
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
ultralytics
|
4 |
easyocr
|
5 |
+
numpy
|
6 |
+
pillow
|