From 51e5c6b970ca976d4d13ddb5b7c180acaf6d1b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:12:38 +0000 Subject: [PATCH] Bump numpy from 1.20.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index db0bd81..242d4c0 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -1,4 +1,4 @@ -numpy==1.20.0 +numpy==1.22.0 scipy scikit-learn ipykernel diff --git a/setup.py b/setup.py index 70c51e8..d011a0f 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,6 @@ url='https://modAL-python.github.io/', packages=['modAL', 'modAL.models', 'modAL.utils'], classifiers=['Development Status :: 4 - Beta'], - install_requires=['numpy==1.20.0', 'scikit-learn>=0.18', + install_requires=['numpy==1.22.0', 'scikit-learn>=0.18', 'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'], )