Really-amin commited on
Commit
579fd3c
·
verified ·
1 Parent(s): 11fc846

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -14
requirements.txt CHANGED
@@ -1,14 +1,16 @@
1
- gradio==3.50.2
2
- fastapi==0.115.2
3
- uvicorn==0.32.0
4
- requests==2.31.0
5
- beautifulsoup4==4.12.3
6
- pandas==2.2.2
7
- numpy==1.26.4
8
- scikit-learn==1.4.2
9
- torch==2.2.2
10
- transformers==4.39.3
11
- hazm==0.10.0
12
- pymupdf==1.24.10
13
- pillow==10.4.0
14
- plotly==5.22.0
 
 
 
1
+ requests>=2.28.0
2
+ beautifulsoup4>=4.11.0
3
+ pandas>=2.0.0,<3.0.0
4
+ scikit-learn>=1.4.0
5
+ transformers>=4.39.0
6
+ torch>=2.0.0
7
+ hazm==0.10.0
8
+ numpy==1.24.3
9
+ gradio>=4.0.0
10
+ fastapi>=0.95.0
11
+ uvicorn>=0.20.0
12
+ python-multipart>=0.0.6
13
+ pillow>=9.0.0
14
+ pymupdf>=1.21.0
15
+ python-dotenv>=0.21.0
16
+ plotly>=5.0.0