Skip to content

Commit

Permalink
* chore(pyproject.toml): add onnx dependency to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
NirantK committed Sep 27, 2023
1 parent b28ff3f commit ac6b8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans

[tool.poetry.dependencies]
python = ">=3.8.0,<3.12"
onnx = "^1.11.0"
onnxruntime = "^1.15.1"
torch = ">=2.0.0, !=2.0.1"
optimum = ">1.12.0"
Expand All @@ -23,7 +24,6 @@ tokenizers = "^0.13.3"
ruff = "^0.0.277"
isort = "^5.12.0"
black = "^23.7.0"
onnx = "^1.11.0"
notebook = ">=7.0.2"
mkdocs-material = "^9.1.21"
mkdocstrings = "^0.22.0"
Expand Down

0 comments on commit ac6b8c9

Please sign in to comment.