We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b987ecd commit ece3889Copy full SHA for ece3889
otx/__init__.py
@@ -3,5 +3,5 @@
3
# Copyright (C) 2021-2023 Intel Corporation
4
# SPDX-License-Identifier: Apache-2.0
5
6
-__version__ = "1.2.3"
+__version__ = "1.2.3.1"
7
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
otx/api/usecases/exportable_code/demo/requirements.txt
@@ -1,4 +1,4 @@
1
openvino==2022.3.0
2
openmodelzoo-modelapi==2022.3.0
-otx @ git+https://github.com/openvinotoolkit/training_extensions/@3743a92784f6c2c0e5a4a0a836d4ec7696451b9c#egg=otx
+otx=1.2.3.1
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
0 commit comments