| # Copyright 2020 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # //.vpython3 doesn't have scipy, so we have to use our own .vpython3 file. |
| # The wheel specs are from //v8/tools/callstats.py.vpython and //.vpython3. |
| |
| python_version: "3.8" |
| |
| wheel: < |
| name: "infra/python/wheels/scipy/${vpython_platform}" |
| version: "version:1.7.1" |
| match_tag: < |
| abi: "cp38" |
| platform: "manylinux1_i686" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "manylinux1_x86_64" |
| > |
| > |
| wheel: < |
| name: "infra/python/wheels/numpy/${vpython_platform}" |
| version: "version:1.22.1" |
| match_tag: < |
| abi: "cp38" |
| platform: "manylinux1_i686" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "manylinux1_x86_64" |
| > |
| > |
| wheel: < |
| name: "infra/python/wheels/six-py2_py3" |
| version: "version:1.15.0" |
| > |
| wheel: < |
| name: "infra/python/wheels/pandas/${vpython_platform}" |
| version: "version:0.23.4" |
| match_tag: < |
| abi: "cp38" |
| platform: "windows-x64" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "windows-x86" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "manylinux-x64" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "mac-x64" |
| > |
| match_tag: < |
| abi: "cp38" |
| platform: "mac-arm64" |
| > |
| > |
| wheel: < |
| name: "infra/python/wheels/pytz-py2_py3" |
| version: "version:2021.1" |
| > |
| wheel: < |
| name: "infra/python/wheels/python-dateutil-py2_py3" |
| version: "version:2.8.1" |
| > |