Skip to content

Commit

Permalink
set minimum version for inference
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmith-pc committed Jul 31, 2024
1 parent 0f57dca commit df5b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lz4 = { version = ">=3.1.3", optional = true }
protobuf = { version = "^4.25", optional = true }
protoc-gen-openapiv2 = {version = "^0.0.1", optional = true }
pinecone-plugin-interface = "^0.0.7"
pinecone-plugin-inference = "1.0.2"
pinecone-plugin-inference = ">=1.0.2"

[tool.poetry.group.types]
optional = true
Expand Down

0 comments on commit df5b7c6

Please sign in to comment.