Skip to content

Commit

Permalink
Add boto3 ass optinal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesLorre committed Nov 22, 2023
1 parent ad9cdb9 commit bd34345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ docker = {version = ">= 6.1.3", optional = true }
kfp = { version = "2.3.0", optional = true, extras =["kubernetes"] }
google-cloud-aiplatform = { version = "1.34.0", optional = true}
sagemaker = {version = ">= 2.197.0", optional = true}
boto3 = {version = "1.28.64", optional = true}

[tool.poetry.extras]
component = ["dask"]
Expand All @@ -69,7 +70,7 @@ gcp = ["gcsfs"]

kfp = ["docker", "kfp"]
vertex = ["docker", "kfp", "google-cloud-aiplatform"]
sagemaker = ["sagemaker"]
sagemaker = ["sagemaker", "boto3"]
docker = ["docker"]

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit bd34345

Please sign in to comment.