From 0381ec267f17786943677a9ef5ccb7d1880f0f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:14:41 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c82013..a6f62d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ future==0.18.2 # temporarily needed by tensorboard grpcio==1.29.0 # tensorboard requirement hyperopt==0.2.4 # for bayesian hyperparam searching matplotlib==3.2.1 # for plotting (exploring their use) -numpy==1.18.1 # general use +numpy==1.22.0 # general use pandas==1.0.4 # for DataFrame paramiko==2.7.1 # SSH session-level API (fast access to remote box) pillow==7.1.0 diff --git a/setup.py b/setup.py index fa2d6a9..a1c071f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "grpcio==1.29.0", # tensorboard requirement "hyperopt==0.2.4", # for bayesian hyperparam searching "matplotlib==3.2.1", # for plotting (exploring their use) - "numpy==1.18.1", # general use + "numpy==1.22.0", # general use "pandas==1.0.4", # for DataFrame "paramiko==2.7.1", # SSH session-level API (fast access to remote box) "pillow==7.1.0",