environment.yml 305 Bytes
Newer Older
1
channels:
2
  - pytorch
3
  - defaults
4
5
  # use conda-forge for python v3.9+
  - 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
  - ca-certificates
  - pip:
    - future
    - pillow>=4.1.1
19
    - scipy
20
    - av
21
    - dataclasses