Skip to content

Commit

Permalink
⬆️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jun 15, 2024
1 parent 0c45378 commit 1dde610
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.3.3"
description = "🔖 write prompts as python functions"
authors = [{ name = "Shroominic", email = "[email protected]" }]
dependencies = [
"langchain-core>=0.1",
"langchain-core>=0.2",
"pydantic-settings>=2",
"docstring-parser>=0.15",
"jinja2>=3",
"langchain-openai>=0.0.8",
"langchain-openai>=0.1",
]
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -59,21 +59,23 @@ openai = ["langchain-openai"]
ollama = ["langchain-community"]
anthropic = ["langchain-anthropic"]
google = ["langchain-google-genai"]
llamacpp = ["llama-cpp-python>=0.2.32", "huggingface-hub>=0.20"]
groq = ["langchain-groq"]
llamacpp = ["llama-cpp-python>=0.2", "huggingface-hub>=0.20"]
image = ["pillow"]
extras = [
"langchain>=0.1",
"faiss-cpu>=1.7.4",
"faiss-cpu>=1.7",
"beautifulsoup4>=4.12",
"unstructured>=0.12.5",
"pdf2image>=1.17.0",
"unstructured>=0.12",
"pdf2image>=1.17",
"pdfminer>=20191125",
]
all = [
"funcchain[image]",
"funcchain[openai]",
"funcchain[google]",
"funcchain[ollama]",
"funcchain[groq]",
"funcchain[llamacpp]",
"funcchain[anthropic]",
"funcchain[extras]",
Expand Down

0 comments on commit 1dde610

Please sign in to comment.