Skip to content

Commit 044d307

Browse files
authored
Merge pull request #69 from customprogrammingsolutions/install-requirements
Fix setup.py and requirements
2 parents 4b2ac00 + 964a583 commit 044d307

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--index-url https://pypi.python.org/simple/
2+
3+
-e .
14
mock
2-
scipy
3-
numpy

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
license='MIT',
1212
url='https://github.com/jameslyons/python_speech_features',
1313
packages=['python_speech_features'],
14+
install_requires=[
15+
'numpy',
16+
'scipy',
17+
]
1418
)

0 commit comments

Comments
 (0)