-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (30 loc) · 784 Bytes
/
pyproject.toml
File metadata and controls
30 lines (30 loc) · 784 Bytes
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
[project]
name = "langchain-notes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"langchain>=0.3.14",
"langchain-core>=0.3.29",
"langchain-openai>=0.2.14",
"python-dotenv>=1.0.1",
"langchain-anthropic>=0.3.1",
"langchain-google-genai>=2.0.8",
"langchain-community>=0.3.14",
"chroma>=0.2.0",
"beautifulsoup4>=4.12.3",
"html2text>=2024.2.26",
"langchain-chroma>=0.2.0",
"chromadb>=0.5.0",
"langchain-google-community>=2.0.4",
"networkx>=3.4.2",
"spacy>=3.8.3",
"sentence-transformers>=3.3.1",
"faiss-cpu>=1.9.0.post1",
"pypdf>=5.1.0",
"reportlab>=4.2.5",
"voyageai>=0.3.2",
"matplotlib>=3.10.0",
"langgraph>=0.2.70",
]