We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18fb40 commit df984ffCopy full SHA for df984ff
requirements/requirements.txt
@@ -5,5 +5,4 @@ scikit-learn==0.21.2
5
simplejson==3.16.0
6
eyed3==0.9.5
7
pydub==0.23.1
8
-python-magic-bin==0.4.14
9
pyAudioAnalysis==0.2.5
setup.py
@@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
23
24
setuptools.setup(
25
name='pyAudioProcessing',
26
- version='1.1.6',
+ version='1.1.7',
27
description='Audio processing-feature extraction and building machine learning models from audio data.',
28
long_description=long_description,
29
long_description_content_type="text/markdown",
0 commit comments