tensorflow_cpu.yml 232 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
name: tensorflow-ci
dependencies:
VoVAllen's avatar
VoVAllen committed
3
  - python=3.6.9
VoVAllen's avatar
VoVAllen committed
4
5
  - pip
  - pip:
VoVAllen's avatar
VoVAllen committed
6
    - tensorflow==2.1.0rc1
VoVAllen's avatar
VoVAllen committed
7
    - tfdlpack
VoVAllen's avatar
VoVAllen committed
8
    - 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