Skip to content

Commit b5a4675

Browse files
Note linux, osx-64, osx-arm64
1 parent 11d4774 commit b5a4675

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/faq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ For more information see :code:`pyhf cls --help`.
3333
Why can't ``pip`` find compatible backends on PyPI for Apple silicon Macs?
3434
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3535

36-
Unfortunately, at this time |tensorflow Issue 57185|_ of ``pyhf``'s backends support
37-
wheels for Apple silicon Macs (``osx-arm64``).
38-
So if you are installing wheels from PyPI on an ``osx-arm64`` machine, you will
39-
only be able to use a subset of all the backends.
36+
Unfortunately, at this time |tensorflow Issue 57185|_ of ``pyhf``'s backends
37+
support wheels for Apple silicon Macs (``osx-arm64``).
38+
If you are installing wheels from PyPI on an ``osx-arm64`` machine, you will only
39+
be able to use a subset of all the backends.
4040

4141
An alternative would be to create a |micromamba|_ environment and install the
4242
backends individually from `conda-forge <https://prefix.dev/channels/conda-forge/>`__
43-
as all the backends have conda-forge releases compatible with ``linux-64`` and
44-
``osx-arm64``.
43+
as all the backends have conda-forge releases compatible with ``linux-64``,
44+
``osx-64``, and ``osx-arm64``.
4545

4646
.. |tensorflow Issue 57185| replace:: not all
4747
.. _`tensorflow Issue 57185`: https://github.com/tensorflow/tensorflow/issues/57185

0 commit comments

Comments
 (0)