Skip to content

Commit

Permalink
fix: update locks and tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykWyzgowski committed Sep 25, 2024
1 parent 1c46550 commit 5e56899
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
3 changes: 3 additions & 0 deletions packages/ragbits-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ dependencies = [
]

[project.optional-dependencies]
chromadb = [
"chromadb~=0.4.24",
]
litellm = [
"litellm~=1.46.0",
]
Expand Down
3 changes: 0 additions & 3 deletions packages/ragbits-document-search/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ dependencies = [
]

[project.optional-dependencies]
chromadb = [
"chromadb~=0.4.24",
]
gcs = [
"gcloud-aio-storage~=9.3.0"
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "Ragbits development workspace"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ragbits[litellm,local]",
"ragbits[litellm,local,chromadb]",
"ragbits-dev-kit",
"ragbits-document-search[chromadb,gcs]",
"ragbits-document-search[gcs]",
"ragbits-cli"
]

Expand Down
16 changes: 8 additions & 8 deletions uv.lock

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

0 comments on commit 5e56899

Please sign in to comment.