diff --git a/requirements.txt b/requirements.txt index ed3fe32..46d0d07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ termcolor==1.1.0 pandas==0.23.4 fairseq==0.8.0 colorama==0.4.1 -scipy==1.3.2 +scipy==1.10.0 diff --git a/setup.py b/setup.py index da03e39..c5a37d3 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.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.10.0'] setup( name = 'LAMA', version = '0.1.2',