Skip to content

Commit

Permalink
refactor pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrohitgarg committed Feb 28, 2024
1 parent ec08822 commit 3c5a9f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_version = "3.8"
name = "llama-index-retrievers-videodb"
version = "0.1.0"
description = "llama-index VideoDB Retriever integration"
authors = ["VideoDB <contact@videodb.io>"]
authors = ["VideoDB <ashu@videodb.io>"]
maintainers = ["Rohit Garg <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand All @@ -37,7 +37,7 @@ packages = [{ include = "llama_index/" }]
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.0"
videodb = { version = "^0.0", allow-prereleases = true }
videodb = "^0.0"

[tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "<=23.9.1,>=23.7.0" }
Expand Down

0 comments on commit 3c5a9f7

Please sign in to comment.