File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
api/usecases/exportable_code/demo Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11openmodelzoo-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
43numpy >= 1.21.0 ,<= 1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
Original file line number Diff line number Diff line change 11# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
22# Anomaly Requirements.
3- anomalib==0.4.0rc2
3+ anomalib==0.4.0rc2 # FIXME: -> 0.4.0
44kornia==0.6.9
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ allowlist_externals =
7575commands =
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
You can’t perform that action at this time.
0 commit comments