Home
last modified time | relevance | path

Searched full:python_version (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/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/bazelbuild-rules_python/python/tests/toolchains/
Ddefs.bzl27 workspace = ctx.actions.declare_file("/".join([ctx.attr.python_version, "WORKSPACE"]))
31 substitutions = {"%python_version%": ctx.attr.python_version},
34 build_bazel = ctx.actions.declare_file("/".join([ctx.attr.python_version, "BUILD.bazel"]))
38 substitutions = {"%python_version%": ctx.attr.python_version},
41 …python_version_test = ctx.actions.declare_file("/".join([ctx.attr.python_version, "python_version_…
47 …run_acceptance_test_py = ctx.actions.declare_file("/".join([ctx.attr.python_version, "run_acceptan…
53 "%python_version%": ctx.attr.python_version,
54 "%test_location%": "/".join([ctx.attr.test_location, ctx.attr.python_version]),
65 executable = ctx.actions.declare_file("run_test_{}.bat".format(ctx.attr.python_version))
75 executable = ctx.actions.declare_file("run_test_{}.sh".format(ctx.attr.python_version))
[all …]
/external/tensorflow/tensorflow/python/tpu/tests/
DBUILD39 python_version = "PY3",
53 python_version = "PY3",
67 python_version = "PY3",
81 python_version = "PY3",
95 python_version = "PY3",
109 python_version = "PY3",
123 python_version = "PY3",
137 python_version = "PY3",
160 python_version = "PY3",
174 python_version = "PY3",
[all …]
/external/bazelbuild-rules_python/python/
Drepositories.bzl108 python_version = rctx.attr.python_version
109 python_short_version = python_version.rpartition(".")[0]
210 # depend on `libpython{python_version}.so.1.0`.
211 "lib/libpython{python_version}.so".format(python_version = python_short_version),
215 "lib/python{python_version}/**/test/**".format(python_version = python_short_version),
216 "lib/python{python_version}/**/tests/**".format(python_version = python_short_version),
306 "include/python{python_version}",
307 "include/python{python_version}m",
316 "@platforms//os:macos": ["lib/libpython{python_version}.dylib"],
317 …"@platforms//os:linux": ["lib/libpython{python_version}.so", "lib/libpython{python_version}.so.1.0…
[all …]
Dversions.bzl32 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
49 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
57 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
68 "url": "20220802/cpython-{python_version}+20220802-{platform}-{build}.tar.gz",
79 "url": "20221106/cpython-{python_version}+20221106-{platform}-{build}.tar.gz",
90 "url": "20230116/cpython-{python_version}+20230116-{platform}-{build}.tar.gz",
101 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
112 "url": "20220502/cpython-{python_version}+20220502-{platform}-{build}.tar.gz",
123 "url": "20220802/cpython-{python_version}+20220802-{platform}-{build}.tar.gz",
134 "url": "20221106/cpython-{python_version}+20221106-{platform}-{build}.tar.gz",
[all …]
Dpip.bzl168 for python_version, pypi_repository in rctx.attr.pip_parses.items():
169 sanitized_python_version = python_version.replace(".", "_")
183 python_version = "{python_version}",
187 python_version = python_version,
204 def _process_requirements(pkg_labels, python_version, repo_prefix):
211 _version_map[wheel_name][python_version] = repo_prefix
295 for [python_version, repo_prefix] in version_map:
298 …full_python_version = MINOR_MAPPING[python_version] if python_version in MINOR_MAPPING else python…
318 supported_versions = sorted([python_version for python_version, _ in version_map])
366 for python_version in python_versions:
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/
DDockerfile.py317 ARG PYTHON_VERSION
39 python$PYTHON_VERSION \
40 python$PYTHON_VERSION-dev \
41 python$PYTHON_VERSION-venv \
42 python$PYTHON_VERSION-distutils \
43 libpython$PYTHON_VERSION-dev \
44 libpython$PYTHON_VERSION-dev:armhf \
45 libpython$PYTHON_VERSION-dev:arm64
46 RUN ln -sf /usr/bin/python$PYTHON_VERSION /usr/bin/python3
52 RUN ln -sf /usr/include/python$PYTHON_VERSION /usr/include/python3
[all …]
/external/python/dateutil/
Dappveyor.yml4 - PYTHON_VERSION: 27
5 - PYTHON_VERSION: 33
6 - PYTHON_VERSION: 34
7 - PYTHON_VERSION: 35
8 - PYTHON_VERSION: 36
17 PYTHON_VERSION: 33
19 PYTHON_VERSION: 34
21 PYTHON_VERSION: 35
25 - set TOXENV=py%PYTHON_VERSION%
26 …TFORM% == "X64" (set PYTHON_PATH=C:\Python%PYTHON_VERSION%-x64) ELSE (set PYTHON_PATH=C:\Python%PY…
/external/tensorflow/tensorflow/python/autograph/pyct/
DBUILD54 python_version = "PY3",
65 python_version = "PY3",
77 python_version = "PY3",
89 python_version = "PY3",
101 python_version = "PY3",
113 python_version = "PY3",
125 python_version = "PY3",
144 python_version = "PY3",
155 python_version = "PY3",
167 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
DBUILD74 python_version = "PY3",
94 python_version = "PY3",
114 python_version = "PY3",
134 python_version = "PY3",
154 python_version = "PY3",
175 python_version = "PY3",
195 python_version = "PY3",
215 python_version = "PY3",
235 python_version = "PY3",
255 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pi_python3x_toolchain.sh18 PYTHON_VERSION=$1
29 apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-dev
30 apt-get install -y python${PYTHON_VERSION}-venv
32 ln -sf /usr/bin/python${PYTHON_VERSION} /usr/local/bin/python${PYTHON_VERSION}
33 apt-get install -y libpython${PYTHON_VERSION}-dev:armhf
34 apt-get install -y libpython${PYTHON_VERSION}-dev:arm64
36 SPLIT_VERSION=(`echo ${PYTHON_VERSION} | tr -s '.' ' '`)
38 apt-get install -y python${PYTHON_VERSION}-distutils
41 /install/install_pip_packages_by_version.sh "/usr/local/bin/pip${PYTHON_VERSION}"
42 ln -sf /usr/local/lib/python${PYTHON_VERSION}/dist-packages/numpy/core/include/numpy /usr/include/p…
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
DBUILD9 python_version = "PY3",
24 python_version = "PY3",
36 python_version = "PY3",
52 python_version = "PY3",
68 python_version = "PY3",
83 python_version = "PY3",
98 python_version = "PY3",
113 python_version = "PY3",
125 python_version = "PY3",
140 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD80 python_version = "PY3",
94 python_version = "PY3",
112 python_version = "PY3",
131 python_version = "PY3",
150 python_version = "PY3",
172 python_version = "PY3",
191 python_version = "PY3",
210 python_version = "PY3",
239 python_version = "PY3",
261 python_version = "PY3",
[all …]
/external/python/absl-py/absl/testing/
DBUILD77 python_version = "PY3",
92 python_version = "PY3",
106 python_version = "PY3",
121 python_version = "PY3",
134 python_version = "PY3",
149 python_version = "PY3",
161 python_version = "PY3",
174 python_version = "PY3",
184 python_version = "PY3",
198 python_version = "PY3",
[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/tensorflow/tensorflow/python/ops/ragged/
DBUILD560 python_version = "PY3",
595 python_version = "PY3",
610 python_version = "PY3",
642 python_version = "PY3",
669 python_version = "PY3",
683 python_version = "PY3",
696 python_version = "PY3",
709 python_version = "PY3",
724 python_version = "PY3",
747 python_version = "PY3",
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/external/bazelbuild-rules_python/python/private/
Dtoolchains_repo.bzl41 python_version,
49 python_version: Python versions for the toolchains
60 constraint = "{rules_python}//python/config_settings:is_python_{python_version}".format(
62 python_version = python_version,
126 python_version = rctx.attr.python_version,
139 "python_version": attr.string(doc = "The Python version."),
194 python_version = "{python_version}",
201 python_version = "{python_version}",
216 python_version = rctx.attr.python_version,
227 "python_version": attr.string(doc = "The Python version."),
[all …]
/external/python/absl-py/absl/flags/
DBUILD115 python_version = "PY3",
127 python_version = "PY3",
142 python_version = "PY3",
161 python_version = "PY3",
175 python_version = "PY3",
191 python_version = "PY3",
207 python_version = "PY3",
220 python_version = "PY3",
233 python_version = "PY3",
247 python_version = "PY3",
[all …]
/external/tensorflow/tensorflow/python/eager/
DBUILD105 python_version = "PY3",
185 python_version = "PY3",
247 python_version = "PY3",
268 python_version = "PY3",
293 python_version = "PY3",
315 python_version = "PY3",
346 python_version = "PY3",
368 python_version = "PY3",
380 python_version = "PY3",
411 python_version = "PY3",
[all …]
/external/federated-compute/fcp/demo/
DBUILD54 python_version = "PY3",
78 python_version = "PY3",
100 python_version = "PY3",
119 python_version = "PY3",
147 python_version = "PY3",
176 python_version = "PY3",
190 python_version = "PY3",
210 python_version = "PY3",
231 python_version = "PY3",
254 python_version = "PY3",
[all …]
/external/protobuf/kokoro/release/python/windows/
Dbuild_artifacts.bat44 SET PYTHON_VERSION=3.7
49 SET PYTHON_VERSION=3.7
56 SET PYTHON_VERSION=3.8
61 SET PYTHON_VERSION=3.8
66 SET PYTHON_VERSION=3.9
71 SET PYTHON_VERSION=3.9
76 SET PYTHON_VERSION=3.10
81 SET PYTHON_VERSION=3.10
/external/cronet/third_party/protobuf/kokoro/release/python/windows/
Dbuild_artifacts.bat44 SET PYTHON_VERSION=3.7
49 SET PYTHON_VERSION=3.7
56 SET PYTHON_VERSION=3.8
61 SET PYTHON_VERSION=3.8
66 SET PYTHON_VERSION=3.9
71 SET PYTHON_VERSION=3.9
76 SET PYTHON_VERSION=3.10
81 SET PYTHON_VERSION=3.10

12345678910>>...21