-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 880 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 880 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
[project]
name = "kedro_polis_classic"
version = "0.1.0"
authors = [
{ name = "Patrick Connolly", email = "patrick.c.connolly@gmail.com" }
]
requires-python = ">=3.10"
dependencies = [
"kedro>=0.19.8",
"pacmap",
"kedro-datasets[pandas]>=4.1.0",
"kedro-viz>=12.0.0",
"red-dwarf",
"scikit-learn>=1.6.1",
"hdbscan>=0.8.40",
"kaleido>=1.0.0",
"umap-learn>=0.5.9.post2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/kedro_polis_classic"]
[tool.kedro]
package_name = "kedro_polis_classic"
project_name = "kedro_polis_classic"
kedro_init_version = "1.0.0"
source_dir = "src"
[tool.kedro_telemetry]
project_id = "2f7648433d654496b56766f9dafd9f85"
[tool.uv.sources]
red-dwarf = { git = "http://github.com/polis-community/red-dwarf.git", rev = "algo-registries" }