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

2024-11-26 Thread george trojan via NumPy-Discussion
It looks similar as https://github.com/conda-forge/python-feedstock/issues/738, but the issue shows up only when installing numpy. mamba create -n pybug python mamba activate pybug mamba update --all all work fine. Then mamba install cython is OK mamba install numpy wants to change python to fr

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

2024-11-26 Thread Ralf Gommers via NumPy-Discussion
Yes, that does look like a conda-forge issue. I think it's this one: https://github.com/conda-forge/python-feedstock/issues/738 On Tue, Nov 26, 2024 at 6:06 PM george trojan via NumPy-Discussion < numpy-discussion@python.org> wrote: > My apologies if this is a wrong venue. Is this a conda-forge p