Skip to content

Commit

Permalink
revert pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvkh authored Jul 9, 2024
1 parent edec358 commit 17e8d2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ platforms = ["linux-64"]
[dependencies]
python = "3.8.1"

[feature.package]
channels = ["nvidia/label/cuda-11.7.0"]
dependencies = { cuda = "11.7.0" }
[feature.package.pypi-dependencies]
torchrunx = {path = ".", editable = true}

[feature.dev.pypi-dependencies]
ruff = "*"
pyright = "*"
pytest = "*"
build = "*"
twine = "*"

[feature.package]
channels = ["nvidia/label/cuda-11.7.0"]
dependencies = { cuda = "11.7.0" }
[feature.package.pypi-dependencies]
torchrunx = {path = ".", editable = true}

[environments]
dev = { features = ["dev"], solve-group = "default" }
default = { features = ["package", "dev"], solve-group = "default" }
dev = { features = ["dev"], solve-group = "default" }

0 comments on commit 17e8d2c

Please sign in to comment.