Skip to content

Commit

Permalink
update openvino dependency (#14532)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples authored Jul 3, 2024
1 parent 6c9ff72 commit fbfda61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-openvino"
readme = "README.md"
version = "0.1.6"
version = "0.1.7"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
llama-index-embeddings-huggingface = "^0.1.3"
llama-index-embeddings-huggingface = "^0.2.2"

[tool.poetry.dependencies.optimum]
extras = ["openvino"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ license = "MIT"
name = "llama-index-llms-openvino"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.1.0"
version = "0.1.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-core = "^0.10.0"
llama-index-llms-huggingface = "^0.1.4"
llama-index-core = "^0.10.41"
llama-index-llms-huggingface = "^0.2.4"
optimum = {extras = ["nncf", "openvino"], version = ">=1.18.0"}

[tool.poetry.group.dev.dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-postprocessor-openvino-rerank"
readme = "README.md"
version = "0.1.5"
version = "0.1.6"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.41"
huggingface-hub = "^0.20.3"
huggingface-hub = "^0.23.0"

[tool.poetry.dependencies.optimum]
extras = ["openvino"]
Expand Down

0 comments on commit fbfda61

Please sign in to comment.