From c9b95fd2e48cbb13f3246063315d5e161a6d082e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:52:26 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.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 ed3fe32..dcb4f49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython==0.29.2 -numpy==1.15.1 +numpy==1.22.0 torch==1.0.1 pytorch-pretrained-bert==0.6.1 allennlp==0.8.5 diff --git a/setup.py b/setup.py index da03e39..3d60932 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # from setuptools import setup, find_packages -requirements = ['Cython==0.29.2', 'numpy==1.15.1', 'torch==1.0.1', 'pytorch-pretrained-bert==0.6.1', 'allennlp==0.7.1', 'spacy==2.0.17', 'tqdm==4.26.0', 'termcolor==1.1.0', 'pandas==0.23.4', 'fairseq==0.6.1', 'scipy==1.3.2'] +requirements = ['Cython==0.29.2', 'numpy==1.22.0', 'torch==1.0.1', 'pytorch-pretrained-bert==0.6.1', 'allennlp==0.7.1', 'spacy==2.0.17', 'tqdm==4.26.0', 'termcolor==1.1.0', 'pandas==0.23.4', 'fairseq==0.6.1', 'scipy==1.3.2'] setup( name = 'LAMA', version = '0.1.2',