Skip to content

Commit 7bb1aba

Browse files
Fix required python version for spacy
1 parent 5c86573 commit 7bb1aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ openai = {version = "^1.51.1", optional = true }
5353
anthropic = {version = "^0.49.0", optional = true}
5454
sentence-transformers = {version = "^3.0.0", optional = true }
5555
ollama = {version = "^0.4.4", optional = true}
56-
spacy = { version = "^3.8.4", optional = true, markers = "python_version < '3.13'" }
56+
spacy = { version = "^3.8.4", python = ">=3.9.0,<3.13", optional = true}
5757

5858
[tool.poetry.group.dev.dependencies]
5959
urllib3 = "<2"

0 commit comments

Comments
 (0)