environment.yml 333 Bytes
Newer Older
1
channels:
2
  - pytorch
3
  - defaults
4
5
  # use conda-forge for python v3.9+
  - conda-forge
6
7
8
dependencies:
  - pytest
  - pytest-cov
9
  - pytest-mock
10
  - pip
11
  - libpng
12
13
  # NOTE: Pinned to fix issues with size_t on Windows
  - jpeg <=9b
14
15
16
  - ca-certificates
  - pip:
    - future
17
    - pillow >=5.3.0
18
    - scipy
19
    - av
20
    - dataclasses