Skip to content

Commit

Permalink
Hotfix: fixed skikit-image version (#965)
Browse files Browse the repository at this point in the history
* Fixed skikit-image version
* Updated changelog
  • Loading branch information
bsekachev authored and nmanovic committed Dec 16, 2019
1 parent 0913abf commit 9124584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.2] - 2019-12-15
### Fixed
- Frozen version of scikit-image==0.15 in requirements.txt because next releases don't support Python 3.5

## [0.5.1] - 2019-10-17
### Added
- Integration with Zenodo.org (DOI)
Expand Down
2 changes: 1 addition & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pascal_voc_writer==0.1.4
django-rest-auth[with_social]==0.9.5
cython==0.29.13
matplotlib==3.0.3
scikit-image>=0.14.0
scikit-image==0.15.0
tensorflow==1.12.3
django-cors-headers==3.0.2
furl==2.0.0

0 comments on commit 9124584

Please sign in to comment.