Skip to content

Commit

Permalink
Depends on OpenVINO telemetry library 2022.1.0 from PyPI (#625)
Browse files Browse the repository at this point in the history
* Depends on OpenVINO telemetry library 2022.1.0 from PyPI

* Update CHANGELOG.md

* Better comment for openvino-telemetry dependency
  • Loading branch information
Nikita Manovich authored Jan 14, 2022
1 parent ba19f03 commit 72f3a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/592>)
- The `pycocotools` dependency lower bound is raised to `2.0.4`.
(<https://github.com/openvinotoolkit/datumaro/pull/449>)
- OpenVINO telemetry library 2022.1.0 from PyPI.
(<https://github.com/openvinotoolkit/datumaro/pull/625>)

### Deprecated
- TBD
Expand Down
3 changes: 3 additions & 0 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pycocotools>=2.0.4; platform_system != "Windows" or python_version >= '3.9'
pycocotools-windows; platform_system == "Windows" and python_version < '3.9'
PyYAML>=5.3.1

# A library to send the telemetry data from the OpenVINO toolkit components.
openvino-telemetry>=2022.1.0

# 2.3 has an unlisted dependency on PyTorch, which we don't need
tensorboardX>=1.8,!=2.3

Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

opencv-python-headless>=4.1.0.25

# Move to the core list once released on pip
# OpenVINO telemetry library
openvino-telemetry @ git+https://github.com/openvinotoolkit/telemetry.git@master#egg=openvino-telemetry

# testing
pytest>=5.3.5

Expand Down

0 comments on commit 72f3a38

Please sign in to comment.