Skip to content

Commit 0ea0fd9

Browse files
authored
Update setup.py
fix numpy version
1 parent 8d26bb8 commit 0ea0fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
package_data={'': ['*', '*/*', '*/*/*','*/*/*/*','*/*/*/*/*','*/*/*/*/*/*']},
6363
# include_package_data=True,
6464
install_requires=[
65-
"numpy",
65+
"numpy<2.0",
6666
"tqdm",
6767
"pillow",
6868
"astunparse",

0 commit comments

Comments
 (0)