diff --git a/setup.py b/setup.py index 741165d2..beec50f6 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setuptools.setup( package_data={'': ['*', '*/*', '*/*/*','*/*/*/*','*/*/*/*/*','*/*/*/*/*/*']}, # include_package_data=True, install_requires=[ - "numpy", + "numpy<2.0", "tqdm", "pillow", "astunparse",