[Numpy-discussion] numpy defaults to free-threaded version on conda-forge

2024-11-26 Thread george trojan via NumPy-Discussion
My apologies if this is a wrong venue. Is this a conda-forge problem? When I run mamba create -n foo meson-python numpy 'python>=3.13' the free-threaded python is selected: + python 3.13.0 h6355ac2_0_cp313tconda-forge Cached + numpy 2.1.3 py313hb01392b_0

[Numpy-discussion] Re: numpy defaults to free-threaded version on conda-forge

2024-11-26 Thread george trojan via NumPy-Discussion
 PM george trojan via NumPy-Discussion < > numpy-discussion@python.org> wrote: > >> My apologies if this is a wrong venue. Is this a conda-forge problem? >> When I run >> >> mamba create -n foo meson-python numpy 'python>=3.13' >> >>