Skip to content

Commit

Permalink
Revert default telemetry installation (#672)
Browse files Browse the repository at this point in the history
* Revert default telemetry installation

* update changelog
  • Loading branch information
Maxim Zhiltsov authored Feb 18, 2022
1 parent 00120ea commit fed65ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
image stats (`unique`, `repeated`) moved to the `dataset` section,
removed `mean` and `std` from the `dataset` section
(<https://github.com/openvinotoolkit/datumaro/pull/621>)
- OpenVINO telemetry library 2022.1.0 from PyPI.
(<https://github.com/openvinotoolkit/datumaro/pull/625>)
- Allowed `Image` creation from just `size` info
(<https://github.com/openvinotoolkit/datumaro/pull/634>)
- Added image search in VOC XML-based subformats
Expand Down
3 changes: 0 additions & 3 deletions requirements-default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
dvc>=2.7.0
GitPython>=3.1.18,!=3.1.25 # https://github.com/openvinotoolkit/datumaro/issues/612

# A library to send the telemetry data from the OpenVINO toolkit components.
openvino-telemetry>=2022.1.0
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

opencv-python-headless>=4.1.0.25

# TODO: move to requirements-default
# A library to send the telemetry data from the OpenVINO toolkit components.
openvino-telemetry>=2022.1.0

# testing
pytest>=5.3.5

Expand Down

0 comments on commit fed65ab

Please sign in to comment.