Update README.md and pyproject.toml for improved installation instructions and development dependencies

This commit is contained in:
Deniz Şafak
2025-12-13 23:03:51 +03:00
parent 0d097f562a
commit 66a97835f0
2 changed files with 24 additions and 6 deletions
+2
View File
@@ -83,6 +83,8 @@ cuda = ["torch"]
cuda130 = ["torch"]
# AMD GPU (Linux) (ROCm 6.4) # uv tool install abogen[rocm]
rocm = ["torch", "pytorch-triton-rocm"]
# Development dependencies # uv tool install abogen[dev]
dev = ["build"]
# --- KOKORO CONFIGURATION (for macOS) ---