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