Skip to content

Commit 614142f

Browse files
author
Songki Choi
authored
[RELEASE] OTX1.0.0 (#1829)
* Bump up to 1.0.0 * Fix pre-commit --------- Signed-off-by: Songki Choi <[email protected]>
1 parent 5572243 commit 614142f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

otx/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Copyright (C) 2021-2022 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "1.0.0rc1"
6+
__version__ = "1.0.0"
7+
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
openmodelzoo-modelapi==2022.3.0
2-
# FIXME: to be replace by PyPI package for release
3-
otx @ git+https://github.com/openvinotoolkit/training_extensions/@64f6a4061665ff641923a067d2b4a368ab70e574#egg=otx
2+
otx==1.0.0
43
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

requirements/anomaly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
22
# Anomaly Requirements.
3-
anomalib==0.4.0rc2
3+
anomalib==0.4.0rc2 # FIXME: -> 0.4.0
44
kornia==0.6.9

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ allowlist_externals =
7575
commands =
7676
rm -rf ./dist
7777
python -m build --sdist
78-
python -m pip install dist/otx-1.0.0rc1.tar.gz[full]
78+
python -m pip install dist/otx-1.0.0.tar.gz[full]
79+
# python -m pip install otx[full]==1.0.0
7980
pytest {posargs:tests/unit tests/integration/cli}
8081

8182

0 commit comments

Comments
 (0)