environment.yml 288 Bytes
Newer Older
1
channels:
2
  - pytorch
3
  - defaults
4
  # using conda-forge for python v3.9
5
  - conda-forge
6
7
dependencies:
  - pytest
8
9
  - pytest-xdist
  - pytest-timeout
10
11
12
  - pytest-cov
  - codecov
  - pip
13
  - libpng
14
  - jpeg
15
16
17
18
19
  - ca-certificates
  - pip:
    - future
    - pillow>=4.1.1
    - scipy
20
    - av