Skip to content

Commit 9a60ec1

Browse files
committed
fix: update faiss-cpu dependency to version 1.12.0 or higher
1 parent 04e3a27 commit 9a60ec1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"deprecated>=1.2.18",
2525
"dingtalk-stream>=0.22.1",
2626
"docstring-parser>=0.16",
27-
"faiss-cpu==1.10.0",
27+
"faiss-cpu>=1.12.0",
2828
"filelock>=3.18.0",
2929
"google-genai>=1.56.0",
3030
"lark-oapi>=1.4.15",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defusedxml>=0.7.1
1717
deprecated>=1.2.18
1818
dingtalk-stream>=0.22.1
1919
docstring-parser>=0.16
20-
faiss-cpu==1.10.0
20+
faiss-cpu>=1.12.0
2121
filelock>=3.18.0
2222
google-genai>=1.56.0
2323
lark-oapi>=1.4.15

0 commit comments

Comments
 (0)