Skip to content

Commit 6412aa2

Browse files
committed
Add setup conditions
1 parent 769a15d commit 6412aa2

File tree

3 files changed

+2
-251
lines changed

3 files changed

+2
-251
lines changed

pyAudioProcessing/features/gammatone.py

Lines changed: 0 additions & 249 deletions
This file was deleted.

pyAudioProcessing/features/getGfcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import math
1212
import numpy
1313

14-
from pyAudioProcessing.features.gammatone import filters
14+
from pyAudioProcessing.features import filters
1515

1616
################################################################################
1717
# Classes

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.3',
26+
version='1.1.5',
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)