-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 854 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 854 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
[project]
name = "document-research-tool"
version = "0.3.0"
description = 'Perform intelligent research over document collections using hybrid search and LLMs.'
readme = "README.md"
requires-python = ">=3.12"
license = "MIT"
authors = [
{ name = "Statistisches Amt Kanton Zürich, Team Data", email = "datashop@statistik.zh.ch" },
]
dependencies = [
"ipykernel>=6.29.5",
"jupyter>=1.1.1",
"pyarrow>=20.0.0",
"python-dotenv>=1.1.0",
"spacy>=3.8.6",
"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",
"tiktoken>=0.9.0",
"pandas>=2.3.3",
"pandarallel>=1.6.5",
"pyyaml>=6.0",
"shiny>=1.5.1",
"weaviate-client>=4.20.4",
"sentence-transformers>=5.3.0",
"openai>=2.28.0",
]
[tool.uv]
exclude-newer = "7 days"