diff --git a/setup.py b/setup.py index 80a69b6..093bf2e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ release_status = "Development Status :: 5 - Production/Stable" dependencies = [ - "numpy >= 1.24.0", + "numpy >= 1.24.0, <= 2.2.6 ; python_version == '3.10'", + "numpy >= 1.24.0 ; python_version != '3.10'", "packaging >= 24.2.0", "pandas >= 1.5.3", "pyarrow >= 13.0.0",