environment.yml 311 Bytes
Newer Older
1
channels:
2
  - pytorch
3
4
5
6
  - defaults
dependencies:
  - pytest
  - pytest-cov
7
  - pytest-mock
8
  - pip
9
  - libpng
10
  - jpeg
11
  - ca-certificates
12
13
  # TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
  - pyyaml
14
15
  - pip:
    - future
16
    - pillow >=5.3.0, !=8.3.*
17
    - scipy
18
    - av