langchain-learning/pyproject.toml
2026-04-15 09:33:16 +08:00

15 lines
330 B
TOML

[project]
name = "langchain-learning"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"faiss-cpu>=1.13.2",
"langchain==0.3.27",
"langchain-community==0.3.31",
"langchain-siliconflow==0.1.3",
"requests>=2.33.1",
"rich>=15.0.0",
]