Skip to content

Commit f55f8be

Browse files
Remove marker for spacy in toml
1 parent 4f79f58 commit f55f8be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
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", python = ">=3.9.0,<3.13", optional = true}
56+
spacy = { version = "^3.8.4", optional = true}
5757

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

0 commit comments

Comments
 (0)