From 91245843d75f67817647cfe01c14fcde4d14d0b1 Mon Sep 17 00:00:00 2001 From: Boris Sekachev <40690378+bsekachev@users.noreply.github.com> Date: Mon, 16 Dec 2019 18:34:12 +0300 Subject: [PATCH] Hotfix: fixed skikit-image version (#965) * Fixed skikit-image version * Updated changelog --- CHANGELOG.md | 4 ++++ cvat/requirements/base.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1264eeee0a..1b1f9e7b129d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index f5ec239e53b1..2f8ecbcd7f6c 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -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