Skip to content

Commit

Permalink
relax numpy requirement and support numpy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jun 29, 2024
1 parent ccf2f76 commit 3248a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"wheel",
"setuptools",
"cython>=0.21.0",
"numpy>=v1.20.0, <2",
"numpy>=v1.20.0",
"scipy",
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def package_files(directory):
"scikit-learn",
"pysptk >= 0.1.17",
"tqdm",
"numpy >= 1.20.0, <2",
"numpy >= 1.20.0",
]

setup(
Expand Down

0 comments on commit 3248a60

Please sign in to comment.