Skip to content

Commit

Permalink
Merge branch 'releases/v1.8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Feb 22, 2024
2 parents 15be773 + 54fadae commit 1349053
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.8.2 Intel® Geti™ SDK (22-02-2024)
## What's Changed
* Update `opencv-python` requirement to `4.9.*`
* Update `Pillow` requirement to `10.2.*`
* Update `otx` requirement to `4.4.4`
* Add backwards compatibility for anomaly model deployment


**Full Changelog**: https://github.com/openvinotoolkit/geti-sdk/compare/v.1.8.1...v.1.8.2

# v1.8.1 Intel® Geti™ SDK (20-11-2023)
## What's Changed
* Update pytest requirement from ==7.3.* to ==7.4.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/261
Expand Down
2 changes: 1 addition & 1 deletion geti_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@

from .geti import Geti

__version__ = "1.8.1"
__version__ = "1.8.2"

__all__ = ["Geti"]
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ datumaro==1.4.*
requests==2.31.*
numpy==1.23.*
omegaconf==2.3.*
opencv-python==4.8.*
opencv-python==4.9.*
python-dotenv==1.0.*
tqdm==4.65.*
Pillow==10.2.*
Expand Down

0 comments on commit 1349053

Please sign in to comment.