diff --git a/requirements.txt b/requirements.txt index ed5372d..d92acba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ transformers==2.5.1 python-igraph==0.7.1.post6 pytorch-transformers==1.2.0 networkx==2.4.0 -scipy==1.2.3 \ No newline at end of file +scipy==1.10.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 64ff94d..21e7e11 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'python-igraph==0.7.1.post6', 'pytorch-transformers==1.2.0', 'networkx==2.4.0', - 'scipy==1.2.3', + 'scipy==1.10.0', ], classifiers=[ 'License :: OSI Approved :: MIT License',