Skip to content

Commit

Permalink
Remove scikit-image from dependencies (cvat-ai#379)
Browse files Browse the repository at this point in the history
The sole usage of it was removed in ce0a122.
  • Loading branch information
Roman Donchenko authored Jul 23, 2021
1 parent 551fa11 commit 4bbd346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/352>).
- Bounding boxes values decrement transform (<https://github.com/openvinotoolkit/datumaro/pull/366>)
### Changed
- TBD
- Datumaro no longer depends on scikit-image
(<https://github.com/openvinotoolkit/datumaro/pull/379>)

### Deprecated
- TBD
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pycocotools>=2.0.0,!=2.0.2; platform_system != "Windows"

pycocotools-windows; platform_system == "Windows"
PyYAML>=5.3.1
scikit-image>=0.15.0
scipy

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

0 comments on commit 4bbd346

Please sign in to comment.