We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e99079a + 8cb0905 commit bdfef38Copy full SHA for bdfef38
.github/workflows/run-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
python -m pip install flake8 pytest pytest-cov
34
python -m pip install coveralls
35
- python -m pip install pysoundfile
+ python -m pip install soundfile
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
python -m pip install -e .
38
mkdir ${{ github.workspace }}/coverage
setup.py
@@ -29,7 +29,7 @@
29
'pytest',
30
'pytest-cov',
31
'pytest-pep8',
- 'pysoundfile >= 0.9.0',
+ 'soundfile >= 0.11.0',
],
'docs': [
'sphinx==1.2.3', # autodoc was broken in 1.3.1
0 commit comments