-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (40 loc) · 960 Bytes
/
Copy pathpyproject.toml
File metadata and controls
40 lines (40 loc) · 960 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
34
35
36
37
38
39
40
[project]
name = "build-your-own-super-agents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=4.4.1",
"jmespath>=1.0.1",
"docker>=7.1.0",
"falkordb>=1.2.0",
"graphiti-core>=0.22.0",
"ipykernel>=7.1.0",
"ipywidgets>=8.1.8",
"lancedb>=0.25.2",
"langchain-text-splitters>=1.0.0",
"markdownify>=1.2.0",
"nbformat>=5.10.4",
"nest-asyncio>=1.6.0",
"numpy>=2.3.4",
"openai>=2.6.1",
"pandas>=2.3.3",
"plotly>=6.4.0",
"poke-env>=0.10.0",
"pyarrow>=22.0.0",
"pydantic-ai>=1.9.1",
"pydantic-graph>=1.9.1",
"pyvis>=0.3.2",
"pyyaml>=6.0.3",
"scienceplots>=2.1.1",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"statsmodels>=0.14.5",
"tantivy>=0.25.0",
"tavily-python>=0.7.14",
"tiktoken>=0.12.0",
"transformers>=5.0.0.dev0",
"trl>=0.12.0",
"xgboost>=3.1.1",
]