Skip to content

Commit

Permalink
Merge 46b1981 into 623a8b3
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt committed Apr 1, 2017
2 parents 623a8b3 + 46b1981 commit 916630c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __getattr__(cls, name):
MOCK_MODULES = [
'librosa', 'sox', 'numpy', 'numpy.polynomial',
'numpy.polynomial.polynomial', 'sklearn', 'sklearn.ensemble',
'sklearn.cross_validation', 'mir_eval', 'mir_eval.melody',
'sklearn.model_selection', 'mir_eval', 'mir_eval.melody',
'mir_eval.melody.hz2cents' 'seaborn', 'scipy', 'scipy.signal',
'scipy.stats', 'matplotlib', 'matplotlib.pyplot', 'multitrack'
]
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
license='MIT',

install_requires=[
'sox',
'pyyaml',
'numpy',
'six',
'librosa',
'pydrive',
'scipy',
'sox >= 1.2.3',
'pyyaml >= 3.11',
'numpy >= 1.8.0',
'six >= 1.3',
'librosa >= 0.5.0',
'pydrive >= 1.3.1',
'scipy >= 0.13.0',
'scikit-learn >= 0.18'
],

Expand Down

0 comments on commit 916630c

Please sign in to comment.