diff --git a/setup.py b/setup.py index dd24f74..5b2bec1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="neuraldig", install_requires=[ - "numpy==1.21.0", + "numpy==1.22.0", "scipy==1.5", "pandas==1.0", "scikit-learn==0.22",