Skip to content

Commit bdfef38

Browse files
authored
Merge pull request #162 from rabitt/pysoundfile-to-soundfile
MAINT pysoundfile -> soundfile
2 parents e99079a + 8cb0905 commit bdfef38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
python -m pip install flake8 pytest pytest-cov
3434
python -m pip install coveralls
35-
python -m pip install pysoundfile
35+
python -m pip install soundfile
3636
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3737
python -m pip install -e .
3838
mkdir ${{ github.workspace }}/coverage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'pytest',
3030
'pytest-cov',
3131
'pytest-pep8',
32-
'pysoundfile >= 0.9.0',
32+
'soundfile >= 0.11.0',
3333
],
3434
'docs': [
3535
'sphinx==1.2.3', # autodoc was broken in 1.3.1

0 commit comments

Comments
 (0)