Skip to content

Commit

Permalink
Update for releases 1.4.5 (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Jan 26, 2024
1 parent d175f67 commit 87df806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ results/
build/
dist/
!src/otx/recipes/**
src/otx/recipes/**/__pycache__/
src/otx/recipes/**/__pycache__
*egg-info

*.pth
Expand Down Expand Up @@ -46,3 +46,6 @@ src/**/*.so

# Dataset made by unit-test
tests/**/detcon_mask/*

# sphinx-autosummary generated files
docs/**/_autosummary/
2 changes: 1 addition & 1 deletion src/otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.4.4"
__version__ = "1.4.5"
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
2 changes: 1 addition & 1 deletion src/otx/api/usecases/exportable_code/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2023.0
openvino-model-api==0.1.8
otx==1.4.4
otx==1.4.5
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 comments on commit 87df806

Please # to comment.