diff --git a/setup.py b/setup.py index 0ad627f..0d7a2a9 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,9 @@ packages=setuptools.find_packages(exclude=['benchmarks', 'diagnostics', 'examples', 'tests']), install_requires=[ "boltons>=20.2.1", - "numpy==1.19.*;python_version<'3.7'", - "numpy>=1.19.*;python_version>='3.7'", - "scipy==1.5.*;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", "trampoline>=0.1.2",