From 64c60a4e0674be0d9e4f8dd2e21e71920bdf3b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:41:57 +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] --- SyBrain/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SyBrain/requirements.txt b/SyBrain/requirements.txt index ba77edc..525c312 100644 --- a/SyBrain/requirements.txt +++ b/SyBrain/requirements.txt @@ -1,7 +1,7 @@ # This file is used by pip to install required python packages # Usage: pip3 install -r requirements.txt -numpy == 1.17.2 +numpy == 1.22.0 pandas == 0.25.1 matplotlib == 3.1.1 sklearn diff --git a/requirements.txt b/requirements.txt index 60ef947..83c2069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ matplotlib==3.3.0 monotonic==1.5 msgpack==1.0.0 msgpack-python==0.5.6 -numpy==1.19.1 +numpy==1.22.0 paho-mqtt==1.5.0 pandas==1.0.5 Pillow==7.2.0