Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
streamlit>=1.
|
2 |
transformers>=4.39.3
|
3 |
-
torch>=2.
|
4 |
-
pillow>=9.
|
5 |
pytesseract>=0.3.10
|
6 |
plotly>=5.20.0
|
7 |
-
pandas>=2.
|
8 |
-
openai>=1.
|
|
|
1 |
+
streamlit>=1.24.0
|
2 |
transformers>=4.39.3
|
3 |
+
torch>=2.1.0
|
4 |
+
pillow>=9.4.0
|
5 |
pytesseract>=0.3.10
|
6 |
plotly>=5.20.0
|
7 |
+
pandas>=2.0.3
|
8 |
+
openai>=1.14.3
|