environment.yml 306 Bytes
Newer Older
1
# a comment for these trying times
moto's avatar
moto committed
2
3
4
5
6
channels:
  - conda-forge
  - defaults
dependencies:
  - flake8
7
  - numpy >= 1.11
moto's avatar
moto committed
8
  - pytest
moto's avatar
moto committed
9
10
  - pytest-cov
  - codecov
moto's avatar
moto committed
11
  - librosa>=0.8.0
12
  - llvmlite==0.31  # See https://github.com/pytorch/audio/pull/766
moto's avatar
moto committed
13
14
15
16
  - pip
  - pip:
    - kaldi-io
    - scipy
17
    - parameterized