Skip to content

Commit 860da4d

Browse files
authored
Merge pull request #27 from jsingh811/requirements-fix
Fix requirement versions
2 parents 5b0d8a6 + 84d569c commit 860da4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clone git@github.com:jsingh811/pyAudioProcessing.git
2424
cd pyAudioProcessing
2525
pip install -e .
2626
```
27-
and then, get the requirements by running
27+
and get the requirements by running
2828

2929
```
3030
pip install -r requirements/requirements.txt

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ eyed3==0.9.5
77
pydub==0.23.1
88
pyAudioAnalysis==0.2.5
99
pytest==6.2.3
10-
rsa==3.4.2
10+
rsa==4.7
1111
bleach==3.3.0
1212
docutils==0.17.1
1313
Pygments==2.8.1
1414
jmespath==0.9.5
1515
urllib3==1.26.4
1616
colorama==0.4.3
17-
PyYAML==5.3
17+
PyYAML==5.4.1
1818
requests==2.25.1
1919
tqdm==4.60.0
2020
pkginfo==1.7.0

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