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