mlflow not being an optional lin

This commit is contained in:
2026-05-29 14:29:05 -04:00
parent 58681cef82
commit 19fef8638b
4 changed files with 22 additions and 45 deletions

View File

@@ -12,13 +12,9 @@ dependencies = [
"typer==0.25.0",
"boto3>=1.34,<1.42",
"constructs>=10.0.0",
"mlflow>=3.0",
"pydantic>=2.13.3",
"pyyaml>=6.0.3",
]
[project.optional-dependencies]
mlflow = [
"mlflow>=3.0",
"sagemaker-mlflow>=0.4.0",
]