1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
name: test
channels:
- conda-forge
- defaults
dependencies:
# required
- pip
- audioread==2.1.9
- scipy==1.6.0
- scikit-learn==1.1.0
- joblib==1.0.0
- decorator==4.3.0
- numba==0.51.0
- pysoundfile==0.12.1
- pooch==1.1.0
- packaging==20.0
- soxr-python==0.3.2
- msgpack-python==1.0.0
- lazy_loader==0.1
- typing_extensions==4.1.1
# optional, but required for testing
- matplotlib==3.5.0
- pytest-mpl
- pytest-cov
- pytest
- coverage
- ffmpeg
- resampy==0.2.2
- pip:
- numpy==1.22.3
- samplerate
|