From 9fe4c91111bbaaf649e7018c6af4e9ad4e7e9266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:13:16 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 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.21.6...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 99e1dd2..7e15353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ evaluate==0.4.0 huggingface-hub==0.14.1 iopath==0.1.10 nltk==3.8.1 -numpy==1.21.6 +numpy==1.22.0 omegaconf==2.3.0 pandas==1.3.5 # peft==0.4.0.dev0 diff --git a/setup.py b/setup.py index 02058a6..bedca2f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "huggingface-hub==0.14.1", "iopath==0.1.10", "nltk==3.8.1", - "numpy==1.21.6", + "numpy==1.22.0", "omegaconf==2.3.0", "pandas==1.3.5", "pyparsing==3.0.7",