Skip to content

Commit 1534576

Browse files
committed
feat: update pixi and pyproject configurations to include pararnn as extra
1 parent 76520a2 commit 1534576

3 files changed

Lines changed: 203 additions & 2 deletions

File tree

pixi.lock

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

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ cuda = "13.0"
3636
[feature.gpu.pypi-options]
3737
no-build-isolation = true
3838

39+
[feature.gpu.pypi-dependencies]
40+
torchlpc = { path = ".", editable = true, extras = ["extra"] }
41+
3942
[environments]
4043
default = ["gpu"]
4144
cpu = ["cpu"]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ classifiers = [
5454

5555
[project.optional-dependencies]
5656
dev = ["pytest >= 6.0", "scipy", "numpy", "pytest-cov"]
57+
extra = [
58+
"pararnn @ git+https://github.com/yoyolicoris/ml-pararnn.git@fix/installable",
59+
]
5760

5861

5962
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)