Skip to content
Snippets Groups Projects
Commit c2c3618e authored by MARMORET Axel's avatar MARMORET Axel
Browse files

Fixing madmom dependency to download from git.

parent bd262d1d
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ setuptools.setup( ...@@ -25,7 +25,7 @@ setuptools.setup(
license='BSD', license='BSD',
install_requires=[ install_requires=[
'librosa >= 0.6.0', 'librosa >= 0.6.0',
'madmom >= 0.16.1', 'madmom @ https://github.com/CPJKU/madmom/tarball/master#egg=madmom-0.17dev',
'matplotlib >= 1.5', 'matplotlib >= 1.5',
'mir_eval', 'mir_eval',
'mirdata >= 0.3.3', 'mirdata >= 0.3.3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment