Skip to content

Commit

Permalink
Adding back numpy to fix release errors. (#295)
Browse files Browse the repository at this point in the history
Adds back numpy as dependency which was removed in #282. This is causing
release errors, due to dependency of numpy in the Bedrock embeddings.
  • Loading branch information
3coins authored Dec 4, 2024
1 parent abdfcd3 commit d0c41f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ python = ">=3.9,<4.0"
langchain-core = ">=0.3.15,<0.4"
boto3 = ">=1.35.74"
pydantic = ">=2,<3"
numpy = [
{ version = "^1", python = "<3.12" },
{ version = ">=1.26.0,<3", python = ">=3.12" },
]

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit d0c41f5

Please sign in to comment.