Skip to content

Commit 792eb01

Browse files
committed
dependencies: allow 1.11 or greater
This to get access to this recent change released with `1.12`: faiss-wheels/faiss-wheels@193b4dc
1 parent 1c116c7 commit 792eb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"aiosqlite~=0.21.0",
9-
"faiss-cpu~=1.11.0",
9+
"faiss-cpu~=1.11",
1010
"fire~=0.7.0",
1111
"lightspeed-stack-providers==0.1.14",
1212
"mcp~=1.9.4",

0 commit comments

Comments
 (0)