diff --git a/setup.py b/setup.py index 0ad627f..df576af 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ install_requires=[ "boltons>=20.2.1", "numpy==1.19.*;python_version<'3.7'", - "numpy>=1.19.*;python_version>='3.7'", + "numpy>=1.19;python_version>='3.7'", "scipy==1.5.*;python_version<'3.7'", "scipy>=1.5;python_version>='3.7'", "torch>=1.6.0",