Skip to content

Commit 99bcda7

Browse files
committed
Update README: macOS ARM wheels, drop Python 3.8
- macOS pre-built wheels now target Apple Silicon (ARM64) - Intel Mac users can build from source - Updated platform compatibility table
1 parent 542b38f commit 99bcda7

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ Due to licensing, UMFPACK DLLs are not bundled. To use the UMFPACK solver, insta
2323

2424
### Platform Compatibility
2525

26-
| Platform | Python Versions | Status |
27-
|----------|----------------|--------|
28-
| Windows | 3.8 - 3.12 | Tested |
29-
| Linux (Ubuntu, Debian, CentOS, Fedora, etc.) | 3.8 - 3.12 | Supported |
30-
| macOS (>= 13.0, Intel x86_64) | 3.8 - 3.12 | Supported |
26+
| Platform | Python Versions | Pre-built Wheels | Status |
27+
|----------|----------------|-----------------|--------|
28+
| Windows (x86_64) | 3.9 - 3.12 | Yes | Tested |
29+
| Linux (x86_64) | 3.9 - 3.12 | Yes | Tested |
30+
| macOS (ARM / Apple Silicon) | 3.9 - 3.12 | Yes | Tested |
31+
| macOS (Intel x86_64) | 3.9 - 3.12 | Build from source | Supported |
32+
33+
> **Note:** Starting from v0.1.11, macOS pre-built wheels target Apple Silicon (ARM64).
34+
> Intel Mac users can install from source: `pip install sparse-numba --no-binary=sparse-numba`.
35+
> Python 3.8 support has been dropped to align with NumPy and Numba compatibility.
3136
3237
### Building from Source (Windows)
3338

0 commit comments

Comments
 (0)