Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Dec 6, 2024
1 parent 3523773 commit 355fa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
# support of nightly openvino packages with dev suffix
"openvino~=2024.6.0.0.dev"
"openvino~=2024.6.0.dev"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -106,6 +106,6 @@ python_abi = "none"
requires = [
"py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9",
"cmake~=3.14",
"openvino~=2024.6.0.0.dev"
"openvino~=2024.6.0.dev"
]
build-backend = "py_build_cmake.build"

0 comments on commit 355fa37

Please sign in to comment.