File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
endif ()
39
39
40
40
project (openvino_tokenizers
41
- VERSION 2024.4.0 .0
41
+ VERSION 2024.4.1 .0
42
42
DESCRIPTION "OpenVINO Tokenizers"
43
43
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino_tokenizers"
44
44
LANGUAGES CXX)
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openvino-tokenizers"
3
- version = " 2024.4.0 .0"
3
+ version = " 2024.4.1 .0"
4
4
description = " Convert tokenizers into OpenVINO models"
5
5
requires-python = " >=3.8"
6
6
readme = {file = " README.md" , content-type =" text/markdown" }
@@ -20,7 +20,7 @@ classifiers = [
20
20
21
21
dependencies = [
22
22
# support of nightly openvino packages with dev suffix
23
- " openvino~=2024.4.0 .0.dev"
23
+ " openvino~=2024.4.1 .0.dev"
24
24
]
25
25
26
26
[project .optional-dependencies ]
@@ -106,6 +106,6 @@ python_abi = "none"
106
106
requires = [
107
107
" py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9" ,
108
108
" cmake~=3.15" ,
109
- " openvino~=2024.4.0 .0.dev"
109
+ " openvino~=2024.4.1 .0.dev"
110
110
]
111
111
build-backend = " py_build_cmake.build"
You can’t perform that action at this time.
0 commit comments