From 40f05b27f1a8592cc872ede7aa33591fd3f82e28 Mon Sep 17 00:00:00 2001 From: Dmitry Kruchinin Date: Tue, 11 Jan 2022 20:48:12 +0300 Subject: [PATCH] Update numpy to 1.22.0, tensorflow to 2.7.0 (#4146) Co-authored-by: dvkruchinin --- cvat/requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index a201a714..363dead2 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -8,7 +8,7 @@ django-compressor==2.4 django-rq==2.3.2 EasyProcess==0.3 Pillow==9.0.0 -numpy==1.19.5 +numpy==1.22.0 python-ldap==3.4.0 pytz==2020.1 pyunpack==0.2.1 @@ -39,7 +39,7 @@ h5py==2.10.0 django-cors-headers==3.5.0 furl==2.1.0 av==8.0.2 --no-binary=av -tensorflow==2.4.1 # Optional requirement of Datumaro +tensorflow==2.7.0 # Optional requirement of Datumaro # The package is used by pyunpack as a command line tool to support multiple # archives. Don't use as a python module because it has GPL license. patool==1.12