Skip to content

Commit

Permalink
Merge pull request #259 from Maxusmusti/add-rocm-extra
Browse files Browse the repository at this point in the history
Add rocm extra to pyproject.toml
  • Loading branch information
mergify[bot] authored Oct 8, 2024
2 parents 8579069 + 89599f4 commit f33994d
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 f33994d

Please sign in to comment.