Skip to content

Commit

Permalink
Merge pull request #260 from instructlab/mergify/bp/release-v0.5/pr-259
Browse files Browse the repository at this point in the history
Add rocm extra to pyproject.toml (backport #259)
  • Loading branch information
mergify[bot] authored Oct 8, 2024
2 parents 097fdd0 + 25983eb commit 40b8b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ package-dir = { "" = "src" }
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
optional-dependencies.cuda = { file = ["requirements-cuda.txt"] }
optional-dependencies.rocm = { file = ["requirements-rocm.txt"] }

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 40b8b78

Please sign in to comment.