Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,5 +3,5 @@ transformers==4.37.0
|
|
3 |
torch==2.1.0
|
4 |
pandas==2.1.0
|
5 |
openpyxl==3.1.2
|
6 |
-
httpx
|
7 |
-
httpcore
|
|
|
3 |
torch==2.1.0
|
4 |
pandas==2.1.0
|
5 |
openpyxl==3.1.2
|
6 |
+
httpx>=0.21.0,<0.24.0 # Relax the version to match compatible range
|
7 |
+
httpcore>=0.15.0,<0.17.0 # Relax the version to match compatible range
|