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 393684f196
commit d8ce49cd70
1 changed files with 1 additions and 1 deletions

View File

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