Skip to content

Commit 25c16db

Browse files
authored
Merge pull request #18 from jsingh811/17-linux-fix
Remove python-magic-bin from requirements
2 parents b18fb40 + df984ff commit 25c16db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ scikit-learn==0.21.2
55
simplejson==3.16.0
66
eyed3==0.9.5
77
pydub==0.23.1
8-
python-magic-bin==0.4.14
98
pyAudioAnalysis==0.2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
2323

2424
setuptools.setup(
2525
name='pyAudioProcessing',
26-
version='1.1.6',
26+
version='1.1.7',
2727
description='Audio processing-feature extraction and building machine learning models from audio data.',
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)