ibrahimlasfar commited on
Commit
6b1dc2f
verified
1 Parent(s): abbf146

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -18
requirements.txt CHANGED
@@ -1,18 +1,19 @@
1
- fastapi==0.95.2
2
- uvicorn==0.22.0
3
- transformers==4.30.2
4
- torch==2.0.1
5
- diffusers==0.19.3
6
- langdetect==1.0.9
7
- python-multipart==0.0.6
8
- accelerate==0.21.0
9
- numpy==1.24.3
10
- pandas==1.5.3
11
- jinja2==3.1.2
12
- python-dotenv==1.0.0
13
- nltk==3.8.1
14
- opencv-python==4.7.0.72
15
- moviepy==1.0.3
16
- Pillow==9.5.0
17
- scikit-learn==1.2.2
18
- tensorflow==2.12.0
 
 
1
+ fastapi>=0.95.2
2
+ uvicorn>=0.22.0
3
+ transformers>=4.30.2
4
+ torch>=2.0.1
5
+ diffusers>=0.19.3
6
+ langdetect>=1.0.9
7
+ python-multipart>=0.0.6
8
+ accelerate>=0.21.0
9
+ numpy>=1.24.3
10
+ pandas>=1.5.3
11
+ jinja2>=3.1.2
12
+ python-dotenv>=1.0.0
13
+ nltk>=3.8.1
14
+ opencv-python>=4.7.0.72
15
+ moviepy>=1.0.3
16
+ Pillow>=9.5.0
17
+ scikit-learn>=1.2.2
18
+ tensorflow>=2.12.0
19
+ bitsandbytes>=0.41.0