Skip to content

Commit

Permalink
specify aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent 95b88e1 commit 297554b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
platforms: arm64
- name: Install dependencies
run: python3 -m pip install --upgrade pybind11 setuptools wheel cibuildwheel==2.16.2 grpcio==1.56.2 grpcio-tools==1.56.2
run: python3 -m pip install --upgrade pybind11 setuptools wheel cibuildwheel==2.16.2
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
requires = [
"setuptools",
"farm-ng-package",
"pybind11",
"grpcio==1.56.2",
"grpcio-tools==1.56.2",
"pybind11"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_requires =
install_requires =
farm_ng_package
protobuf
grpcio
grpcio==1.56.2; platform_system == "Linux" and platform_machine == "aarch64"
psutil
numpy

Expand Down

0 comments on commit 297554b

Please sign in to comment.