torch_cpu.yml 216 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
name: pytorch-ci
dependencies:
VoVAllen's avatar
VoVAllen committed
3
  - python=3.6.9
VoVAllen's avatar
VoVAllen committed
4
  - pip
VoVAllen's avatar
VoVAllen committed
5
6
7
8
  - pip:
    - torch
    - torchvision
    - pytest
VoVAllen's avatar
VoVAllen committed
9
10
11
12
13
14
15
16
17
  - nose
  - numpy
  - cython
  - scipy
  - networkx
  - matplotlib
  - nltk
  - requests[security]
  - tqdm