tensorflow_cpu.yml 288 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:
6
7
    - tensorflow==2.2.0rc1
    # - tf-nightly==2.2.0.dev20200327
VoVAllen's avatar
VoVAllen committed
8
    - tfdlpack
VoVAllen's avatar
VoVAllen committed
9
    - pytest
10
11
12
13
14
15
16
17
18
    - nose
    - numpy
    - cython
    - scipy
    - networkx
    - matplotlib
    - nltk
    - requests[security]
    - tqdm