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',