Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio==3.10.0
|
2 |
transformers==4.37.0
|
3 |
torch==2.1.0
|
4 |
-
pandas==2.1.0
|
|
|
5 |
openpyxl==3.1.2
|
6 |
-
httpx>=0.21.0,<0.24.0
|
7 |
-
httpcore>=0.15.0,<0.17.0
|
|
|
1 |
gradio==3.10.0
|
2 |
transformers==4.37.0
|
3 |
torch==2.1.0
|
4 |
+
pandas==2.1.0 # Make sure you use a compatible version
|
5 |
+
numpy==1.24.3 # A version compatible with pandas
|
6 |
openpyxl==3.1.2
|
7 |
+
httpx>=0.21.0,<0.24.0
|
8 |
+
httpcore>=0.15.0,<0.17.0
|