Skip to content

Commit

Permalink
Add rocm extra to pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Eyceoz <meyceoz@redhat.com>
  • Loading branch information
Maxusmusti committed Oct 8, 2024
1 parent 8579069 commit 89599f4
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 89599f4

Please sign in to comment.