diff --git a/setup.py b/setup.py index 5e8718c4..68b2b206 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ ], python_requires=">=3.9", install_requires=[ - "numpy", + # numpy.typing is only available in numpy>=1.21.0 + "numpy>=1.21.0", "scipy", "numba", ],