Skip to content

Commit

Permalink
chore: Adding chromadb package to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Sep 10, 2024
1 parent dc0108e commit 33ba8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ nanoid = { version = "^2.0.0", optional = true }
llama-embedder = { version = "^0.0.7", optional = true }

[tool.poetry.group.dev.dependencies]
chromadb = { version = ">=0.4.0,<=0.6.0" }
pytest = "^8.2.1"
black = "24.3.0"
pre-commit = "^3.6.0"
Expand Down

0 comments on commit 33ba8cf

Please sign in to comment.