portlae / pyproject.toml
puzan789's picture
Updated
a6ccbb2
raw
history blame contribute delete
686 Bytes
[project]
name = "bb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.6.0",
"huggingface-hub>=0.30.2",
"langchain>=0.3.24",
"langchain-community>=0.3.23",
"langchain-google-genai>=2.1.4",
"langchain-groq>=0.3.2",
"langchain-huggingface>=0.1.2",
"langchain-qdrant>=0.2.0",
"pandas>=2.2.3",
"peft>=0.15.2",
"sentence-transformers>=4.1.0",
"streamlit>=1.44.1",
"transformers>=4.51.3",
]
[dependency-groups]
dev = [
"fastapi[standard]>=0.115.12",
"ipykernel>=6.29.5",
"ipython>=9.2.0",
"langgraph>=0.4.1",
"ragas>=0.2.15",
]