-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathmeta.yaml
74 lines (68 loc) · 2.14 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
package:
name: tensorflow
version: "1.10.0"
build:
number: 0
# Google supplies whl files on PyPI for:
# - Linux: Python 2.7, 3.3, 3.4, 3.5 and 3.6
# - OS X: Python 2.7, 3.3, 3.4, 3.5 and 3.6
# - Win-64: Python 3.5 and 3.6
skip: True # [win32]
skip: True # [win64 and py<35]
skip: True # [osx and py34]
skip: True # [py26]
skip: True # [py33]
entry_points:
- freeze_graph = tensorflow.python.tools.freeze_graph:run_main
- toco_from_protos = tensorflow.contrib.lite.toco.python.toco_from_protos:main # [not win]
- tflite_convert = tensorflow.contrib.lite.python.tflite_convert:main # [not win]
- toco = tensorflow.contrib.lite.python.tflite_convert:main # [not win]
- saved_model_cli = tensorflow.python.tools.saved_model_cli:main
- tensorboard = tensorboard.main:run_main # seems necessary on: # [win]
requirements:
build:
- python
- pip
run:
- python
- absl-py >=0.1.6
- astor >=0.6.0
- gast >=0.2.0
- numpy >=1.13.3
- six >=1.10.0
- protobuf >=3.6.0
- tensorboard 1.10.*
- termcolor >=1.1.0
- grpcio >=1.8.6
- enum34 >=1.1.6 # [py<34]
- backports.weakref >=1.0rc1 # [py<34]
- mock >=2.0.0 # [py2k]
test:
imports:
# Skip the import test on Linux as wheel file require a more recent
# version of GLIBC++ than the VM used to build and test package.
# Also skip on OSX due to OSX version requirements, see
# https://github.com/conda-forge/tensorflow-feedstock/pull/62
- tensorflow # [win]
commands:
# - tensorboard --help | grep USAGE # [osx]
- tensorboard --help # [win]
- freeze_graph --help # [win]
#- toco_from_protos --help # [osx]
#- toco --help # [osx]
- saved_model_cli --help # [win]
about:
home: http://tensorflow.org/
license: Apache 2.0
summary: TensorFlow helps the tensors flow
extra:
recipe-maintainers:
- jjhelmus
- danielfrg
- waitingkuo
- ghego
- hajapy
- dhirschfeld
- gilbertfrancois
- dougalsutherland
- farhantejani