File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ packages = [{ include = "ragstack_knowledge_store" }]
12
12
[tool .poetry .dependencies ]
13
13
python = " >=3.9,<3.13"
14
14
cassio = " ^0.1.7"
15
+ simsimd = { version = " >=5.0.0" , optional = true }
15
16
16
17
[tool .poetry .group .dev .dependencies ]
17
18
ruff = " *"
@@ -21,12 +22,7 @@ pytest-asyncio = "^0.23.6"
21
22
ipykernel = " ^6.29.4"
22
23
testcontainers = " ~3.7.1"
23
24
python-dotenv = " ^1.0.1"
24
-
25
- # Resolve numpy version for 3.8 to 3.12+
26
- numpy = [
27
- {version = " >1,<2" , python = " <3.12" },
28
- {version = " >1.26.0,<2" , python = " >=3.12" }
29
- ]
25
+ simsimd = " ^5.0.0"
30
26
31
27
[tool .poetry .group .test .dependencies ]
32
28
ragstack-ai-langchain = { path = " ../langchain" , develop = true }
@@ -44,7 +40,7 @@ show_error_codes = true
44
40
show_error_context = true
45
41
46
42
[[tool .mypy .overrides ]]
47
- module = " simsimd.*, cassandra.*"
43
+ module = " cassandra.*"
48
44
ignore_missing_imports = true
49
45
50
46
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments