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