Manojajj commited on
Commit
f44d50c
·
verified ·
1 Parent(s): 08cf45a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==0.23.0
7
- httpcore==0.16.0
 
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