File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838endif ()
3939
4040project (openvino_tokenizers
41- VERSION 2024.4.0 .0
41+ VERSION 2024.4.1 .0
4242 DESCRIPTION "OpenVINO Tokenizers"
4343 HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino_tokenizers"
4444 LANGUAGES CXX)
Original file line number Diff line number Diff line change 11[project ]
22name = " openvino-tokenizers"
3- version = " 2024.4.0 .0"
3+ version = " 2024.4.1 .0"
44description = " Convert tokenizers into OpenVINO models"
55requires-python = " >=3.8"
66readme = {file = " README.md" , content-type =" text/markdown" }
@@ -20,7 +20,7 @@ classifiers = [
2020
2121dependencies = [
2222 # support of nightly openvino packages with dev suffix
23- " openvino~=2024.4.0 .0.dev"
23+ " openvino~=2024.4.1 .0.dev"
2424]
2525
2626[project .optional-dependencies ]
@@ -106,6 +106,6 @@ python_abi = "none"
106106requires = [
107107 " py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9" ,
108108 " cmake~=3.15" ,
109- " openvino~=2024.4.0 .0.dev"
109+ " openvino~=2024.4.1 .0.dev"
110110]
111111build-backend = " py_build_cmake.build"
You can’t perform that action at this time.
0 commit comments