Skip to content

Commit

Permalink
Revert openvino version to 2023.0 (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Oct 19, 2023
1 parent 1991cc6 commit fd53680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requests
pandas>=1.1.5

# OpenVINO
openvino==2023.1.0
openvino==2023.0
tokenizers

# Encryption
Expand Down
2 changes: 1 addition & 1 deletion requirements-default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dvc>=3.0.0
fsspec <= 2022.11.0; python_version < '3.8' # https://github.com/openvinotoolkit/datumaro/actions/runs/4003215621/jobs/6871114851#step:5:1647
GitPython>=3.1.18,!=3.1.25 # https://github.com/openvinotoolkit/datumaro/issues/612
openvino-telemetry>=2022.1.0
openvino-dev==2023.1.0
openvino-dev==2023.0
2 changes: 1 addition & 1 deletion src/datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.1rc1"
__version__ = "1.5.1rc2"

0 comments on commit fd53680

Please sign in to comment.