fix package usage (#2680)

This commit is contained in:
Shuchang Zheng
2025-06-11 10:48:41 -07:00
committed by GitHub
parent 87fb5b4408
commit ef19c0265e
2 changed files with 20 additions and 20 deletions

View File

@@ -73,6 +73,7 @@ anthropic = "^0.50.0"
google-cloud-aiplatform = "^1.90.0"
alive-progress = "^3.2.0"
colorama = "^0.4.6"
types-boto3 = {extras = ["full"], version = "^1.38.31"}
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -100,7 +101,6 @@ pandas = "^2.2.3"
pre-commit = "^4.2.0"
ruff = "^0.11.12"
aiosqlite = "^0.21.0"
types-boto3 = {extras = ["full"], version = "^1.38.31"}
[build-system]
requires = ["poetry-core>=1.0.0"]