Skip to content

Commit 0b00670

Browse files
committed
adding S3 support for BentoML
1 parent bf9bb86 commit 0b00670

File tree

2 files changed

+55
-57
lines changed

2 files changed

+55
-57
lines changed

poetry.lock

Lines changed: 53 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dask = "^2024.8.0"
4141
prefect-dask = "^0.2.10"
4242
distributed = "^2024.8.0"
4343
optuna = "^3.6.1"
44-
bentoml = "^1.3.2"
44+
bentoml = {extras = ["aws"], version = "^1.3.7"}
4545
psycopg2-binary = "^2.9.9"
4646
arviz = "^0.19.0"
4747
pymc = "^5.16.2"
@@ -74,7 +74,7 @@ torchcp = "^0.1.3"
7474

7575

7676
[tool.poetry.group.dev.dependencies]
77-
ipython = "^8.26.0"
77+
ipython = "<8.26.0"
7878
ipywidgets = "^8.1.3"
7979
jupyter-core = "^5.7.2"
8080
black = "^24.8.0"

0 commit comments

Comments
 (0)