Skip to content

Commit

Permalink
Made private extras valid identifier names
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 23, 2024
1 parent 3bb2a0c commit 1efdae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ optuna = {version = ">=2.10", optional = true}
attrs = {version = ">=22.1.0", optional = true}

[tool.poetry.extras]
_torch_cpu = ["torch"]
_tensorflow = ["tensorflow-cpu"]
x-torch_cpu = ["torch"]
x-tensorflow = ["tensorflow-cpu"]
optuna = ["optuna"]
attrs = ["attrs"]

Expand Down

0 comments on commit 1efdae1

Please sign in to comment.