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