tensorflow_cpu.yml 232 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
name: tensorflow-ci
dependencies:
3
  - python=3.7.0
VoVAllen's avatar
VoVAllen committed
4
5
  - pip
  - pip:
6
    - tensorflow==2.3.0
VoVAllen's avatar
VoVAllen committed
7
    - pytest
8
9
10
11
12
13
14
15
16
    - nose
    - numpy
    - cython
    - scipy
    - networkx
    - matplotlib
    - nltk
    - requests[security]
    - tqdm