ryankert01 commented on code in PR #698: URL: https://github.com/apache/mahout/pull/698#discussion_r2596896867
########## qdp/qdp-python/README.md: ########## @@ -16,9 +16,13 @@ dlpack_ptr = engine.encode(data, num_qubits=2, encoding_method="amplitude") ``` ## Build from source - ```bash -uv sync --extra dev +# add a uv python 3.11 environment +uv venv -p python3.11 +source .venv/bin/activate +``` +```bash +uv sync --group dev Review Comment: I personally cannot use `--extra`, because of following(from chatgpt): dependency-groups 是 Hatch/uv 新格式,但要用 uv sync --group dev -- 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]
