[Numpy-discussion] OS X universal2 wheels

2021-08-16 Thread Charles R Harris
Hi All,

I note that the numpy universal wheels for Mac are marked "10_9" whereas
the wheels for Arm64 are marked '11_0'. Does that need to be fixed?

Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] OS X universal2 wheels

2021-08-16 Thread Ralf Gommers
On Mon, Aug 16, 2021 at 6:47 PM Charles R Harris 
wrote:

> Hi All,
>
> I note that the numpy universal wheels for Mac are marked "10_9" whereas
> the wheels for Arm64 are marked '11_0'. Does that need to be fixed?
>

Arm64 hardware requires macOS >= 11.0 while Intel hardware works with 10.x
and 11.x, so it looks fine to me as is.

Cheers,
Ralf
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion