Skip to content

Commit

Permalink
only arm64+x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Jun 26, 2024
1 parent 6db9e0e commit de44cd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
18 changes: 10 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,22 @@ Installation
Pyvroom currently makes binaries for on macOS and Linux. There is also a
Windows build that can be used, but it is somewhat experimental.

The current minimal requirements are as follows:

* Python version 3.9.
* MacOS 13 for Intel x86_64 and Rosetta and MacOS 14 for Apple Silicon (M1, M2, etc.).
* x86_64 for both Linux and Windows.

Outside this it might be possible to build your own binaries.

Installation of the pre-compiled releases should be as simple as:

.. code:: bash
pip install pyvroom
The current minimal requirements are as follows:

* Python at least version 3.9.
* Intel MacOS (or Rosetta2) at least version 13.0.
* Apple Silicon MacOS at least version 14.0.
* Windows on AMD64.
* Linux on x86_64 and Aarch64 given glibc at least version 2.28.

Outside this it might be possible to build your own binaries.

Building from source
====================

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ dnf update -y
dnf module enable -y mariadb-devel
dnf install -y openssl-devel asio-devel
"""
archs = [
"auto",
"aarch64"
]
archs = ["x86_64", "aarch64"]

[[tool.cibuildwheel.overrides]]
select = "*musllinux*"
Expand Down

0 comments on commit de44cd4

Please sign in to comment.