environment.yml 311 Bytes
Newer Older
1
channels:
2
  - pytorch
3
  - defaults
4
  # using conda-forge for python v3.9
5
  - 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
18
  - ca-certificates
  - pip:
    - future
    - pillow>=4.1.1
    - scipy
19
    - av