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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # Relax the version to match compatible range
7
- httpcore>=0.15.0,<0.17.0 # Relax the version to match compatible range
 
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