Skip to content

Commit d8afc32

Browse files
committed
Updated packages in requirements.txt to support python 12
1 parent c37875c commit d8afc32

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
cachetools==5.3.1
22
DBUtils==1.4
3-
Flask==3.0.0
4-
numpy==1.24.4
5-
onnxruntime==1.16.1
3+
Flask==3.1.1
4+
numpy==2.2.6
5+
onnxruntime==1.22.0
66
openai==0.28.1
77
pymilvus==2.5.9
88
PyMySQL==1.1.1
99
Requests==2.32.3
1010
torch==2.7.0
11-
transformers==4.44.2
12-
faiss-cpu==1.7.4
11+
transformers==4.52.4
12+
faiss-cpu==1.11.0
1313
redis==5.0.1
1414
modelscope==1.26.0
15-
fastapi==0.115.12
15+
fastapi==0.115.9
1616
uvicorn==0.34.3
17-
chromadb==0.5.23
17+
chromadb==1.0.12
1818
elasticsearch==7.10.0
1919
snowflake-id==1.0.2
20-
flagembedding==1.3.4
20+
flagembedding==1.3.5
2121
cryptography==45.0.2
2222
sentence-transformers==4.1.0
23-
pytest>=8.0
23+
pytest==8.0
2424
readerwriterlock==1.0.9

0 commit comments

Comments
 (0)