uv pip compile
uses overly specific python_version
with -p
markers
#2392
Labels
bug
Something isn't working
echo "pandas" | cargo run pip compile - -p 3.11.8
fails to include NumPy, I think we must be treatingpython_version
as3.11.8
instead of3.11
in the markers or something. Pandas requirements are:The text was updated successfully, but these errors were encountered: