environment.yml 359 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
channels:
  - conda-forge
  - defaults
dependencies:
  - flake8
  - numpy
  - pytest
  - pytest-cov
  - codecov
moto's avatar
moto committed
10
  - librosa>=0.8.0
11
12
13
  - llvmlite==0.31  # See https://github.com/pytorch/audio/pull/766
  - pip
  - pip:
moto's avatar
moto committed
14
15
    - cmake
    - ninja
16
17
18
19
    - kaldi-io
    - scipy
    - parameterized
    - numba==0.48  # See https://github.com/librosa/librosa/issues/1160