-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (32 loc) · 813 Bytes
/
pyproject.toml
File metadata and controls
33 lines (32 loc) · 813 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
31
32
33
[project]
name = "rheinwerk-appliedgenai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.1.0",
"ipykernel>=6.29.5",
"langchain-chroma>=0.1.4",
"langchain-huggingface>=0.1.2",
"langchain-openai>=0.2.9",
"langchain>=0.3.7",
"python-dotenv>=1.0.1",
"streamlit>=1.40.2",
"swarm",
"wikipedia>=1.4.0",
"ag2>=0.3.2",
"nltk>=3.9.1",
"langgraph>=0.2.56",
"langchain-groq>=0.2.1",
"agentops>=0.3.21",
"pydantic-ai[logfire]>=0.0.15",
"nest-asyncio>=1.6.0",
"langchain-community>=0.3.7",
"uvicorn>=0.32.1",
"ragas>=0.2.11",
"accelerate>=1.3.0",
"openai-agents>=0.0.7",
]
[tool.uv.sources]
swarm = { git = "https://github.com/openai/swarm.git" }