jpopesculian commented on issue #49822: URL: https://github.com/apache/arrow/issues/49822#issuecomment-4287920902
Minimal Dockerfile (I think its the requires-python flag there) ```Dockerfile FROM ghcr.io/astral-sh/uv:0.10.11-python3.12-trixie-slim RUN cat>pyproject.toml <<EOF [project] name = "test" version = "0.1.0" requires-python = ">=3.10" dependencies = ["pyarrow"] EOF RUN uv venv && uv sync ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
