Skip to content

Commit

Permalink
chore: remove numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroeschl committed Feb 3, 2025
1 parent 98ea589 commit bf4a386
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 165 deletions.
62 changes: 31 additions & 31 deletions extensions/llms/bedrock/poetry.lock

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

1 change: 0 additions & 1 deletion extensions/llms/bedrock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ readme = "README.md"
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
boto3 = "^1.34.0"
numpy = "1.23.2"

[tool.poetry.group.test]
optional = true
Expand Down
68 changes: 34 additions & 34 deletions extensions/llms/google/poetry.lock

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

1 change: 0 additions & 1 deletion extensions/llms/google/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ readme = "README.md"
python = ">=3.8,<3.12"
pandasai = ">=3.0.0b4"
google-cloud-aiplatform = "^1.36.4"
numpy = "1.23.2"

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

0 comments on commit bf4a386

Please sign in to comment.