-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (40 loc) · 934 Bytes
/
Copy pathpyproject.toml
File metadata and controls
44 lines (40 loc) · 934 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
41
42
[build-system]
requires = ["setuptools>=61,<80"]
build-backend = "setuptools.build_meta"
[project]
name = "nika"
version = "1.0.0"
description = ""
authors = [{ name = "Zhihao Wang", email = "zhihao.wang@polito.it" }]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic",
"openai",
"instructor",
"kathara>=3.7.9",
"langfuse",
"python-dotenv",
"langchain-deepseek",
"langgraph",
"mcp[cli]",
"langchain-mcp-adapters",
"google-api-python-client",
"setuptools>=61,<80",
"fs>=2.4.16",
"langchain-ollama",
"langchain-anthropic",
"claude-agent-sdk",
"langchain==1.0",
"pandas>=2.3.3",
"polars>=1.35.2",
"func-timeout>=4.3.5",
"networkx>=3.6",
"jupyter>=1.1.1",
"pyarrow>=22.0.0",
"seaborn>=0.13.2",
]
[tool.setuptools.packages.find]
where = ["src"]
include = ["nika*", "agent*", "scripts*"]