environment.yml 323 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
  - pytest-cov
10
  - pytest-xdist
moto's avatar
moto committed
11
  - codecov
moto's avatar
moto committed
12
  - librosa>=0.8.0
13
  - llvmlite==0.31  # See https://github.com/pytorch/audio/pull/766
moto's avatar
moto committed
14
15
16
17
  - pip
  - pip:
    - kaldi-io
    - scipy
18
    - parameterized