Skip to content

Commit

Permalink
fix: fix optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kharkevich committed Oct 10, 2024
1 parent e859c5e commit 4cbd380
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [

[project.optional-dependencies]
full = ["mlflow<3,>=2.11.1"]
dev = ["black==24.8.0", "pre-commit==3.5.0"]

[[project.maintainers]]
name = "Data Platform folks"
Expand Down Expand Up @@ -73,9 +74,3 @@ version = { attr = "mlflow_oidc_auth.version" }

[tool.black]
line-length = 128

[project.optional-dependencies]
dev = [
"black==24.8.0",
"pre-commit==3.5.0",
]

0 comments on commit 4cbd380

Please sign in to comment.