diff --git a/setup.py b/setup.py index fc8d627..922b2c1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pandas==0.22.0', 'networkx==2.1', - 'numpy==1.14.2', + 'numpy==1.22.0', ], test_suite='nose.collector', tests_require=['nose'],