File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ git clone git@github.com:jsingh811/pyAudioProcessing.git
2424cd pyAudioProcessing
2525pip install -e .
2626```
27- and then, get the requirements by running
27+ and get the requirements by running
2828
2929```
3030pip install -r requirements/requirements.txt
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ eyed3==0.9.5
77pydub == 0.23.1
88pyAudioAnalysis == 0.2.5
99pytest == 6.2.3
10- rsa == 3.4.2
10+ rsa == 4.7
1111bleach == 3.3.0
1212docutils == 0.17.1
1313Pygments == 2.8.1
1414jmespath == 0.9.5
1515urllib3 == 1.26.4
1616colorama == 0.4.3
17- PyYAML == 5.3
17+ PyYAML == 5.4.1
1818requests == 2.25.1
1919tqdm == 4.60.0
2020pkginfo == 1.7.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
2323
2424setuptools .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" ,
You can’t perform that action at this time.
0 commit comments