Ning311 commited on
Commit
ac47b9d
·
verified ·
1 Parent(s): 9eebd32

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -25
requirements.txt CHANGED
@@ -1,25 +1,14 @@
1
- # Hugging Face Spaces requirements
2
- gradio==4.44.0
3
- fastapi==0.104.1
4
- uvicorn[standard]==0.24.0
5
- jinja2==3.1.2
6
- python-multipart>=0.0.9
7
- huggingface_hub==0.19.4
8
-
9
- # 机器学习 - 兼容dice-ml的版本
10
- scikit-learn==1.3.2
11
- pandas==1.5.3
12
- numpy==1.24.4
13
-
14
- # DiCE - 使用兼容版本
15
- dice-ml==0.10
16
-
17
- # 其他依赖
18
- pydantic==2.5.0
19
- python-jose[cryptography]==3.3.0
20
- passlib[bcrypt]==1.7.4
21
-
22
- # ML库 - 如果需要
23
- # xgboost==2.0.2
24
- # lightgbm==4.1.0
25
- # catboost==1.2.2
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ python-multipart>=0.0.6
4
+ jinja2>=3.1.0
5
+ pydantic>=2.5.0
6
+ numpy>=1.24.0
7
+ pandas>=2.0.0
8
+ scikit-learn>=1.3.0
9
+ catboost>=1.2
10
+ lightgbm>=4.0.0
11
+ aiofiles>=23.0.0
12
+ python-jose[cryptography]>=3.3.0
13
+ matplotlib>=3.7.0
14
+ seaborn>=0.12.0