Spaces:
Sleeping
Sleeping
File size: 812 Bytes
e812ccd 4445f91 e812ccd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[project]
name = "legisqa-local"
version = "0.1.0"
description = "Congressional Legislation Query and Analysis Tool"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chromadb>=1.1.0",
"datasets>=3.0.0",
"huggingface_hub>=0.19.0",
"langchain>=0.3.27",
"langchain-anthropic>=0.3.19",
"langchain-chroma>=0.1.4",
"langchain-community>=0.3.29",
"langchain-core>=0.3.75",
"langchain-google-genai>=2.1.10",
"langchain-huggingface>=0.3.1",
"langchain-openai>=0.3.32",
"langchain-together>=0.3.1",
"sentence-transformers>=5.1.0",
"streamlit>=1.49.1",
"tqdm>=4.66.0",
]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
include = ["legisqa_local*"]
|