Skip to content

Commit

Permalink
chore: test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhihenpidehou committed Apr 8, 2024
1 parent a51c00f commit a822c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
python_requires=">=3.8, <3.12",
python_requires=">=3.8, <=3.12",
install_requires=[
"numpy>=1.23.1; python_version>='3.10'",
"numpy>=1.19.5; python_version>='3.7' and python_version<'3.12'",
"numpy>=1.19.5; python_version>='3.7' and python_version<='3.12'",
"tqdm>=4.49.0",
"joblib>=1.2.0",
"six>=1.15.0, <1.16.0",
Expand Down

0 comments on commit a822c01

Please sign in to comment.