wip mlflow implementation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user