Skip to content

Commit

Permalink
new: move onnx dependency to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Jan 15, 2025
1 parent 3c10b66 commit 73112a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans

[tool.poetry.dependencies]
python = ">=3.9.0"
onnx = ">=1.15.0"
numpy = [
{ version = ">=1.21,<2.1.0", python = "<3.10" },
{ version = ">=1.21", python = ">=3.10,<3.12" },
Expand All @@ -38,6 +37,7 @@ pytest = "^7.4.2"
ruff = ">=0.3.1,<1.0"
notebook = ">=7.0.2"
pre-commit = "^3.6.2"
onnx = ">=1.15.0"

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.10"
Expand Down

0 comments on commit 73112a2

Please sign in to comment.