Update setup.py

fix numpy version
This commit is contained in:
DongYang Li 2024-06-25 16:47:09 +08:00 committed by GitHub
parent 8d26bb8006
commit 0ea0fd9351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ setuptools.setup(
package_data={'': ['*', '*/*', '*/*/*','*/*/*/*','*/*/*/*/*','*/*/*/*/*/*']},
# include_package_data=True,
install_requires=[
"numpy",
"numpy<2.0",
"tqdm",
"pillow",
"astunparse",