Commit eaa24f75 eaa24f75eadecff3d66d1e721e7a2ed5225d1c69 by 沈秋雨

更新依赖

1 parent 8413944a
...@@ -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
......