From ea7715b54ae59dd83f7317898cbc953aa56db59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:00:51 +0000 Subject: [PATCH] Bump numpy from 1.19.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 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.19.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_no_zunis.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ede17d2..88aa746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ nbconvert==6.0.7 nbformat==5.1.2 nest-asyncio==1.5.1 notebook==6.4.1 -numpy==1.19.1 +numpy==1.22.0 packaging==20.9 pandas==1.1.0 pandocfilters==1.4.3 diff --git a/requirements_no_zunis.txt b/requirements_no_zunis.txt index 7b318be..9aa0855 100644 --- a/requirements_no_zunis.txt +++ b/requirements_no_zunis.txt @@ -38,7 +38,7 @@ nbconvert==6.0.7 nbformat==5.1.2 nest-asyncio==1.5.1 notebook==6.4.1 -numpy==1.19.1 +numpy==1.22.0 packaging==20.9 pandas==1.1.0 pandocfilters==1.4.3 diff --git a/setup.py b/setup.py index c1074cb..bef1f75 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ packages=find_packages(where='zunis_lib'), package_dir={'': 'zunis_lib'}, install_requires=[ - "numpy == 1.19.1", + "numpy == 1.22.0", "pandas == 1.1.0", "torch == 1.6.0", "abc_property == 1.0",