You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour: the numpy free-threaded wheel is picked up i.e. cp313-cp313t (t at the end). There are some free-threaded wheels available for numpy as you can see from PyPI.
Actual behaviour: vanilla Python wheel is picked up i.e. cp313-cp313 (no t at the end).
If you try to create the environment from the lock-file:
conda-lock install -n test-ft conda-lock.yml
You will get an error:
ERROR:root:ERROR: numpy-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.
Additional Context
This was noticed in a scikit-learn context but this is probably not super high priority, since I suspect the number of people using conda-lock with free-threaded is low.
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
To reproduce:
Expected behaviour: the numpy free-threaded wheel is picked up i.e.
cp313-cp313t
(t
at the end). There are some free-threaded wheels available for numpy as you can see from PyPI.Actual behaviour: vanilla Python wheel is picked up i.e.
cp313-cp313
(not
at the end).Output:
If you try to create the environment from the lock-file:
You will get an error:
Additional Context
This was noticed in a scikit-learn context but this is probably not super high priority, since I suspect the number of people using conda-lock with free-threaded is low.
The text was updated successfully, but these errors were encountered: