Skip to content

Commit

Permalink
Bump OV version 2024.5 (openvinotoolkit#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Nov 5, 2024
2 parents 2370f6a + 9466b72 commit 1fb7caf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(POLICY CMP0169)
endif()

project(OpenVINOGenAI
VERSION 2024.5.0.0
VERSION 2025.0.0.0
DESCRIPTION "OpenVINO GenAI"
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
LANGUAGES CXX C)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvino-genai"
version = "2024.5.0.0"
version = "2025.0.0.0"
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
requires-python = ">=3.9"
readme = {file = "src/README.md", content-type="text/markdown"}
Expand All @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"openvino_tokenizers~=2024.5.0.0.dev"
"openvino_tokenizers~=2025.0.0.0.dev"
]

[tool.py-build-cmake.module]
Expand Down
2 changes: 1 addition & 1 deletion samples/deployment-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
--pre
openvino_genai~=2024.5.0.0.dev
openvino_genai~=2025.0.0.0.dev
librosa==0.10.2 # For Whisper
pillow==11.0.0 # Image processing
2 changes: 1 addition & 1 deletion samples/export-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
--pre
openvino-tokenizers~=2024.5.0.0.dev
openvino-tokenizers~=2025.0.0.0.dev
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
numpy<2.0.0; sys_platform == 'darwin'
einops==0.8.0 # For Qwen
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/openvino_tokenizers

0 comments on commit 1fb7caf

Please sign in to comment.