environment.yml 316 Bytes
Newer Older
1
channels:
2
  - pytorch
3
  - defaults
4
  # using conda-forge for python v3.9
5
  - 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