Skip to content

Commit

Permalink
fix setup.py and add a fake requirements.txt for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
superbock committed Jan 5, 2016
1 parent 87d0e52 commit a75b388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,3 @@
# fake requirements for readthedocs
cython
numpydoc
6 changes: 0 additions & 6 deletions setup.py
Expand Up @@ -56,11 +56,6 @@
'Topic :: Multimedia :: Sound/Audio :: Analysis',
'Topic :: Scientific/Engineering :: Artificial Intelligence']

# installation requirements
install_requires = ['numpy>=1.8.1',
'scipy>=0.14',
'cython>=0.22.1']

# the actual setup routine
setup(name='madmom',
version=version,
Expand All @@ -79,5 +74,4 @@
scripts=scripts,
cmdclass={'build_ext': build_ext},
test_suite='nose.collector',
install_requires=install_requires,
classifiers=classifiers)

0 comments on commit a75b388

Please sign in to comment.