更新依赖
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -10,6 +10,14 @@ pymysql>=1.1 | ... | @@ -10,6 +10,14 @@ pymysql>=1.1 |
| 10 | cos-python-sdk-v5>=1.9 | 10 | cos-python-sdk-v5>=1.9 |
| 11 | tqdm>=4.66 | 11 | tqdm>=4.66 |
| 12 | 12 | ||
| 13 | # Audio composition feature extraction | ||
| 14 | librosa>=0.10.0 | ||
| 15 | scipy>=1.11 | ||
| 16 | numpy>=1.24 | ||
| 17 | |||
| 18 | # pgvector PostgreSQL client | ||
| 19 | pgvector>=0.2.0 | ||
| 20 | |||
| 13 | # HTTP API server | 21 | # HTTP API server |
| 14 | fastapi>=0.110.0 | 22 | fastapi>=0.110.0 |
| 15 | uvicorn[standard]>=0.29.0 | 23 | uvicorn[standard]>=0.29.0 | ... | ... |
-
Please register or sign in to post a comment