From 9ef231e621dc5f5bd33da1f2bf21be4fe54396f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:35:09 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cafddf8..ba39272 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires=['certifi','chardet==3.0.4','click','easydict~=1.7', 'h5py~=2.7','imageio==2.3.0','intel-openmp', 'ipython~=6.0.0','ipython-genutils==0.2.0', - 'matplotlib==3.0.3','moviepy~=0.2.3.5','numpy==1.14.5','opencv-python~=3.4', + 'matplotlib==3.0.3','moviepy~=0.2.3.5','numpy==1.22.0','opencv-python~=3.4', 'pandas==0.21.0','patsy','python-dateutil==2.7.3','pyyaml>=5.1','requests', 'ruamel.yaml==0.15','setuptools','scikit-image~=0.14.0','scikit-learn~=0.19.2', 'scipy~=1.1.0','six==1.11.0','statsmodels==0.9.0','tables',