tensorflow_gpu.yml 241 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3

name: tensorflow-ci
dependencies:
VoVAllen's avatar
VoVAllen committed
4
  - python=3.6.9
VoVAllen's avatar
VoVAllen committed
5
6
  - pip
  - pip:
VoVAllen's avatar
VoVAllen committed
7
    - tensorflow-gpu==2.1.0rc1
VoVAllen's avatar
VoVAllen committed
8
    - tfdlpack-gpu
VoVAllen's avatar
VoVAllen committed
9
    - pytest
VoVAllen's avatar
VoVAllen committed
10
11
12
13
14
15
16
17
18
  - nose
  - numpy
  - cython
  - scipy
  - networkx
  - matplotlib
  - nltk
  - requests[security]
  - tqdm