Skip to content

Commit 2d22833

Browse files
authored
MAHOUT-861 Merge qdp-dev into dev dependency-groups (#863)
1 parent bac6b36 commit 2d22833

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ git clone https://github.com/apache/mahout.git
4444
cd mahout
4545
pip install uv
4646
uv sync # Core Qumat
47-
uv sync --group qdp # With QDP (requires CUDA GPU)
47+
uv sync --extra qdp # With QDP (requires CUDA GPU)
4848
```
4949

5050
### Qumat: Run a quantum circuit

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ dependencies = [
1818
qdp = ["qumat-qdp"]
1919

2020
[dependency-groups]
21-
dev = ["pytest>=9.0.1", "ruff>=0.13.1", "pre-commit>=3.0.0"]
22-
qdp-dev = [
21+
dev = [
22+
"pytest>=9.0.1",
23+
"ruff>=0.13.1",
24+
"pre-commit>=3.0.0",
2325
"maturin>=1.10.2",
2426
"patchelf>=0.17.2.4",
2527
"torch>=2.2",

uv.lock

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)