Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit==1.12.0
|
2 |
-
torch==1.
|
3 |
pillow==8.4.0
|
4 |
pytesseract==0.3.13
|
5 |
opencv-python==4.5.4.60
|
|
|
1 |
streamlit==1.12.0
|
2 |
+
torch==1.13.1 # Updated to a compatible version
|
3 |
pillow==8.4.0
|
4 |
pytesseract==0.3.13
|
5 |
opencv-python==4.5.4.60
|