PyPardiso requires MKL, which requires Intel architecture. Two options:
- Distribute platform-specific releases: without
pypardiso for macOS, with otherwise
- Remove
pypardiso as a hard dependency, but add a warning if the user's not using pypardiso to install it (if they're on Intel)
The latter is easier and probably more maintainable.