diff --git a/pyproject.toml b/pyproject.toml index 1c8a1802..acd0ce7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] # Minimum requirements for the build system to execute. -requires = ["setuptools", "wheel", 'numpy', 'Cython', 'pybind11'] # PEP 508 specifications. +requires = ["setuptools", "wheel", 'Cython', 'pybind11'] # PEP 508 specifications. diff --git a/scripts/run-build-native.sh b/scripts/run-build-native.sh index 3af9bb63..745dbdc6 100755 --- a/scripts/run-build-native.sh +++ b/scripts/run-build-native.sh @@ -1,6 +1,7 @@ -#!/usr/bin/bash -DOCKER_IMAGE=quay.io/pypa/manylinux2014_x86_64 -PLAT=manylinux2014_x86_64 -docker pull $DOCKER_IMAGE +#!/bin/bash + +DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64 +PLAT=manylinux2014_aarch64 +docker pull ${DOCKER_IMAGE} docker run --rm -e PLAT=$PLAT -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/scripts/build-wheels-pypi.sh ls wheelhouse/