-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (41 loc) · 1.1 KB
/
pyproject.toml
File metadata and controls
43 lines (41 loc) · 1.1 KB
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
43
[project]
name = "deep-research"
version = "0.3.0"
description = "Powerful, automated research and analysis across your own document collections."
authors = [
{ name = "Statistisches Amt Kanton Zürich, Team Data", email = "datashop@statistik.zh.ch" },
]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"de-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/de_core_news_lg-3.8.0/de_core_news_lg-3.8.0-py3-none-any.whl",
"ipykernel>=7.1.0",
"ipywidgets>=8.1.8",
"jupyter>=1.1.1",
"notebook>=7.5.0",
"openai>=2.9.0",
"pandarallel>=1.6.5",
"pandas>=2.3.3",
"pyarrow>=22.0.0",
"pydantic>=2.12.5",
"python-docx>=1.2.0",
"python-dotenv>=1.2.1",
"pyyaml>=6.0.3",
"sentence-transformers>=5.1.2",
"spacy>=3.8.11",
"streamlit>=1.52.1",
"tiktoken>=0.12.0",
"tqdm>=4.67.1",
"watchdog>=6.0.0",
"weaviate-client>=4.18.3",
]
[dependency-groups]
dev = [
"pre-commit>=4.2.0",
"pytest>=8.3.5",
"pytest-clarity>=1.0.1",
"ruff>=0.11.8",
]
[tool.uv]
exclude-newer = "7 days"