Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Aug 9, 2024
1 parent 9b2502f commit 3d8f2b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
keywords='audio music sound nmf decomposition',
license='MIT',
install_requires=['ipython >= 7.10.0, < 8.0.0',
'librosa >= 0.8.0, < 1.0.0',
'jupyter >= 1.0.0',
'matplotlib >= 3.1.0, < 4.0.0',
'numba >= 0.58.1, < 0.60.0',
'numpy >= 1.17.0, < 2.0.0',
'pandas >= 1.0.0, < 2.0.0',
'pysoundfile >= 0.9.0, < 1.0.0',
'scipy >= 1.7.0, < 2.0.0',
'tqdm >= 4.*.*'],
'tqdm >= 4.0.0'],
python_requires='>=3.8, <4.0',
extras_require={
'tests': ['pytest == 6.2.*'],
Expand Down

0 comments on commit 3d8f2b9

Please sign in to comment.