Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 25 of 219) sorted by relevance

123456789

/external/python/asn1crypto/requires/
Dlint1 setuptools >= 39.0.1 ; python_version == '2.7' or python_version >= '3.3'
2 enum34 == 1.1.6 ; python_version == '2.7' or python_version == '3.3'
3 configparser == 3.5.0 ; python_version == '2.7'
4 mccabe == 0.6.1 ; python_version == '3.3'
5 pycodestyle == 2.3.1 ; python_version == '3.3'
6 pyflakes == 1.6.0 ; python_version == '3.3'
7 flake8 == 3.5.0 ; python_version == '3.3'
8 mccabe == 0.6.1 ; python_version == '2.7' or python_version >= '3.4'
9 pycodestyle == 2.5.0 ; python_version == '2.7' or python_version >= '3.4'
10 pyflakes == 2.1.1 ; python_version == '2.7' or python_version >= '3.4'
[all …]
/external/python/rsa/
DPipfile.lock8 "python_version": "3.7"
59 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
67 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
118 …"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python…
146 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
169 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
177 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
185 "markers": "python_version < '3.8'",
193 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
232 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
[all …]
/external/python/pybind11/tests/
Drequirements.txt2 numpy==1.16.6; python_version<"3.6" and sys_platform!="win32"
3 numpy==1.18.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version
4 …on_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"…
5 pytest==4.6.9; python_version<"3.5"
6 pytest==6.1.2; python_version=="3.5"
7 pytest==6.2.1; python_version>="3.6"
9 scipy==1.2.3; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version<…
10 …on_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"…
/external/tensorflow/tensorflow/python/autograph/pyct/
DBUILD55 python_version = "PY3",
66 python_version = "PY3",
81 python_version = "PY3",
96 python_version = "PY3",
111 python_version = "PY3",
123 python_version = "PY3",
135 python_version = "PY3",
154 python_version = "PY3",
165 python_version = "PY3",
177 python_version = "PY3",
[all …]
/external/tensorflow/third_party/toolchains/preconfig/generate/
DBUILD9 python_version = "3",
18 python_version = "2",
27 python_version = "3",
39 python_version = "3",
53 python_version = "3",
64 python_version = "3",
74 python_version = "3",
83 python_version = "2",
91 python_version = "3.6",
100 python_version = "3",
[all …]
/external/tensorflow/tensorflow/python/autograph/converters/
DBUILD54 python_version = "PY3",
66 python_version = "PY3",
78 python_version = "PY3",
90 python_version = "PY3",
102 python_version = "PY3",
114 python_version = "PY3",
128 python_version = "PY3",
141 python_version = "PY3",
153 python_version = "PY3",
165 python_version = "PY3",
[all …]
/external/python/httplib2/script/
Dcompile-py3-openssl11.sh5 python_version="3.7.3"
12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then
32 curl -fLOsS "https://www.python.org/ftp/python/$python_version/Python-$python_version.tar.xz"
34 tar xf Python-$python_version.tar.xz
35 cd ./Python-$python_version
36 echo "Compiling Python $python_version..."
53 if [[ $(python -V) != "Python $python_version" ]] ; then
/external/python/parse_type/py.requirements/
Dci.travis.txt1 pytest < 5.0; python_version < '3.0'
2 pytest >= 5.0; python_version >= '3.0'
5 unittest2; python_version < '2.7'
6 ordereddict; python_version < '2.7'
11 path.py >= 11.5.0; python_version < '3.5'
12 path >= 13.1.0; python_version >= '3.5'
/external/tensorflow/tensorflow/python/keras/integration_test/
DBUILD18 python_version = "PY3",
28 python_version = "PY3",
37 python_version = "PY3",
46 python_version = "PY3",
56 python_version = "PY3",
73 python_version = "PY3",
82 python_version = "PY3",
93 python_version = "PY3",
104 python_version = "PY3",
/external/tensorflow/tensorflow/python/keras/benchmarks/
DBUILD60 python_version = "PY3",
74 python_version = "PY3",
88 python_version = "PY3",
109 python_version = "PY3",
120 python_version = "PY3",
132 python_version = "PY3",
144 python_version = "PY3",
156 python_version = "PY3",
169 python_version = "PY3",
181 python_version = "PY3",
[all …]
/external/python/dateutil/
Drequirements-dev.txt2 pytest >= 3.0; python_version != '3.3'
3 pytest < 3.3; python_version == '3.3'
5 freezegun < 0.3.11; python_version == '3.3'
6 freezegun ; python_version != '3.3'
9 mock ; python_version < '3.0'
/external/tensorflow/tensorflow/compiler/tests/
DBUILD79 python_version = "PY3",
92 python_version = "PY3",
109 python_version = "PY3",
127 python_version = "PY3",
145 python_version = "PY3",
166 python_version = "PY3",
185 python_version = "PY3",
204 python_version = "PY3",
233 python_version = "PY3",
255 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
DBUILD495 python_version = "PY3",
529 python_version = "PY3",
561 python_version = "PY3",
588 python_version = "PY3",
602 python_version = "PY3",
615 python_version = "PY3",
628 python_version = "PY3",
643 python_version = "PY3",
666 python_version = "PY3",
687 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/autograph/operators/
DBUILD58 python_version = "PY3",
69 python_version = "PY3",
80 python_version = "PY3",
96 python_version = "PY3",
107 python_version = "PY3",
118 python_version = "PY3",
134 python_version = "PY3",
145 python_version = "PY3",
/external/tensorflow/tensorflow/python/eager/
DBUILD105 python_version = "PY3",
185 python_version = "PY3",
248 python_version = "PY3",
270 python_version = "PY3",
293 python_version = "PY3",
315 python_version = "PY3",
343 python_version = "PY3",
365 python_version = "PY3",
377 python_version = "PY3",
408 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/debug/
DBUILD209 python_version = "PY3",
484 python_version = "PY3",
526 python_version = "PY3",
534 python_version = "PY3",
557 python_version = "PY3",
576 python_version = "PY3",
584 python_version = "PY3",
592 python_version = "PY3",
614 python_version = "PY3",
633 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/tools/compatibility/
DBUILD34 python_version = "PY3",
47 python_version = "PY3",
68 python_version = "PY3",
109 python_version = "PY3",
154 python_version = "PY3",
168 python_version = "PY3",
189 python_version = "PY3",
229 python_version = "PY3",
256 python_version = "PY3",
271 python_version = "PY3",
/external/tensorflow/tensorflow/python/kernel_tests/signal/
DBUILD27 python_version = "PY3",
42 python_version = "PY3",
62 python_version = "PY3",
74 python_version = "PY3",
89 python_version = "PY3",
108 python_version = "PY3",
127 python_version = "PY3",
151 python_version = "PY3",
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
DBUILD20 python_version = "PY3",
36 python_version = "PY3",
53 python_version = "PY3",
70 python_version = "PY3",
86 python_version = "PY3",
101 python_version = "PY3",
119 python_version = "PY3",
136 python_version = "PY3",
/external/tensorflow/tensorflow/python/keras/utils/
DBUILD276 python_version = "PY3",
292 python_version = "PY3",
311 python_version = "PY3",
324 python_version = "PY3",
337 python_version = "PY3",
350 python_version = "PY3",
374 python_version = "PY3",
391 python_version = "PY3",
404 python_version = "PY3",
417 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/keras/tests/
DBUILD28 python_version = "PY3",
44 python_version = "PY3",
61 python_version = "PY3",
93 python_version = "PY3",
117 python_version = "PY3",
131 python_version = "PY3",
149 python_version = "PY3",
179 python_version = "PY3",
201 python_version = "PY3",
220 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/autograph/utils/
DBUILD48 python_version = "PY3",
59 python_version = "PY3",
70 python_version = "PY3",
82 python_version = "PY3",
94 python_version = "PY3",
/external/tensorflow/tensorflow/python/util/
DBUILD231 python_version = "PY3",
242 python_version = "PY3",
253 python_version = "PY3",
264 python_version = "PY3",
285 python_version = "PY3",
359 python_version = "PY3",
420 python_version = "PY3",
475 python_version = "PY3",
484 python_version = "PY3",
510 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
DBUILD471 python_version = "PY3",
483 python_version = "PY3",
500 python_version = "PY3",
515 python_version = "PY3",
532 python_version = "PY3",
548 python_version = "PY3",
569 python_version = "PY3",
587 python_version = "PY3",
601 python_version = "PY3",
615 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/keras/saving/
DBUILD86 python_version = "PY3",
103 python_version = "PY3",
117 python_version = "PY3",
136 python_version = "PY3",
152 python_version = "PY3",
170 python_version = "PY3",
192 python_version = "PY3",
207 python_version = "PY3",
224 python_version = "PY3",

123456789