Skip to content

Commit

Permalink
Limit numpy version range
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Aug 20, 2024
1 parent 3829418 commit 50b1ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def find_version(*file_paths):
url="https://github.com/iver56/audiomentations",
packages=find_packages(exclude=["demo", "tests"]),
install_requires=[
"numpy>=1.21.0",
"numpy>=1.21.0,<2",
"numpy-rms>=0.4.2,<1",
"librosa>=0.8.0,!=0.10.0,<0.11.0",
"scipy>=1.4,<1.13",
Expand Down

0 comments on commit 50b1ef0

Please sign in to comment.