Skip to content

Commit

Permalink
pathway: fix dependencies problem (#8109)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: fc62f36cd6ee0c020836aeec73be9831dd9efedd
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Jan 30, 2025
1 parent df76583 commit 672019e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,30 @@ dependencies = [
"async-lru >= 2.0.4",
"networkx >= 3.2.1",
"google-cloud-pubsub >= 2.21.1",
"google-cloud-bigquery",
"google-cloud-bigquery ~= 3.29.0",
"pydantic ~= 2.9.0",
"gitpython >= 3.1.43"
]

[project.optional-dependencies]
xpack-llm = [
"openai >= 1.58.1",
"litellm ~= 1.44.8",
"openai ~= 1.60.2",
"litellm ~= 1.44.28",
"cohere ~= 5.1.0",
"tiktoken >= 0.5",
"langchain_core == 0.1.30",
"langchain == 0.1.11",
"langchain == 0.2.0",
"langchain_community == 0.2.0",
"llama-index-core ~= 0.10.0",
"llama-index-readers-pathway ~= 0.1.0",
"llama-index-retrievers-pathway ~= 0.1.0",
"llama-index-retrievers-pathway ~= 0.1.3",
"tenacity != 8.4.0", # langchain dependency, 8.4.0 wheel is broken
"instructor == 1.2.6",
"google-generativeai >= 0.7.0",
"google-generativeai ~= 0.8.4",
"google-api-core ~= 2.24.1",
"docling >= 2.15, <3.0",
]
xpack-llm-local = [ # requirements that allow local ML inference
"unstructured[all-docs] >= 0.16",
"unstructured[all-docs] >= 0.16, < 0.16.15",
"sentence_transformers",
"transformers >= 4.42.0",
]
Expand Down

0 comments on commit 672019e

Please sign in to comment.