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