Skip to content

Commit b9a20b7

Browse files
committed
macOS install notice
1 parent c66f8a3 commit b9a20b7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ whitelist:
1313
- jekyll-include-cache
1414

1515
callouts:
16+
success:
17+
color: green
18+
1619
attention:
1720
color: blue
1821

docs/installation/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The package using the [SDPA Multiprecision](https://github.com/sdpa-python/sdpa-
1919
pip install sdpa-multiprecision
2020
```
2121

22-
{: .attention }
22+
{: .success }
2323
**Macs with Apple Silicon**
24-
`sdpa-multiprecision` wheels are available for ARM based Macs. The regular variant is currently only installable from source (instructions below). Due to a lack of a Fortran cross compiler, we are not able to provide macOS `arm64` wheels for the regular variant.
24+
Both `sdpa-python` and `sdpa-multiprecision` wheels are now available for ARM based Macs.
25+
26+
{: .attention }
27+
**`sdpa-python` on macOS**
28+
`sdpa-python` wheels are built for minimum macOS versions of 13 and 14 (for Intel and ARM respectively). If you cannot install version 0.2.2, please run `pip install --upgrade pip setuptools wheel` before installing `sdpa-python`.

0 commit comments

Comments
 (0)