Skip to content

Commit

Permalink
Merge pull request #441 from aurelio-labs/james/v0.0.70
Browse files Browse the repository at this point in the history
fix: pinecone version
  • Loading branch information
jamescalam authored Oct 3, 2024
2 parents 83c07c8 + 94d9db4 commit ef54dba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ transformers = {version = ">=4.36.2", optional = true}
tokenizers = {version = ">=0.19", optional = true}
llama-cpp-python = {version = ">=0.2.28,<0.2.86", optional = true}
colorama = "^0.4.6"
pinecone = {version="<5.0.0", optional = true}
pinecone = {version=">=5.0.0", optional = true}
regex = ">=2023.12.25"
torchvision = { version = ">=0.17.0,<0.18.0", optional = true}
pillow = { version = ">=10.2.0,<11.0.0", optional = true}
Expand Down

0 comments on commit ef54dba

Please sign in to comment.