wip mlflow implementation

This commit is contained in:
2026-05-26 15:03:53 -04:00
parent 0e728cc193
commit b907a74525
10 changed files with 2190 additions and 26 deletions

View File

@@ -16,6 +16,12 @@ dependencies = [
"pyyaml>=6.0.3",
]
[project.optional-dependencies]
mlflow = [
"mlflow>=3.0",
"sagemaker-mlflow>=0.4.0",
]
[project.scripts]
qc-cli = "src.main:app"
@@ -25,6 +31,7 @@ packages = ["src"]
[dependency-groups]
dev = [
"boto3-stubs[iam,s3,sagemaker]",
"pytest>=8.0",
"pyright>=1.1.409",
"types-PyYAML",
"ruff>=0.4",