-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (45 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
48 lines (45 loc) · 1.04 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
44
45
46
47
48
[project]
authors = [
{name = "Uriah Finkel"},
]
license = {text = "MIT"}
requires-python = ">=3.9"
dependencies = [
"plotly<6.0.0,>=5.13.1",
"pandas>=2.2.3",
"typing>=3.7.4.3",
"polarstate==0.1.8",
"marimo>=0.17.0",
"pyarrow>=21.0.0",
"statsmodels>=0.14.0",
"polars>=1.31.0",
]
name = "rtichoke"
version = "0.1.28"
description = "interactive visualizations for performance of predictive models"
readme = "README.md"
[dependency-groups]
dev = [
"jupyter<2.0.0,>=1.0.0",
"myst-nb<1.0.0,>=0.17.1; python_version ~= \"3.9\"",
"pytest-cov<5.0.0,>=4.0.0",
"pytest<8.0.0,>=7.3.0",
"pyzmq<27.0.0,>=26.3.0",
"ruff>=0.11.0",
"ipykernel>=6.29.5",
"lifelines>=0.30.0",
"uv>=0.6.11",
"marimo>=0.14.7",
"pre-commit>=4.2.0",
"dcurves>=1.1.5",
"plotly>=5.24.1",
"ty>=0.0.1a12",
"scikit-learn>=1.6.1",
"polarstate>=0.1.6",
"quartodoc>=0.11.1",
]
[tool.uv.workspace]
members = ["rtichoke"]
[build-system]
requires = ["uv_build>=0.7.20,<0.8.0"]
build-backend = "uv_build"