-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (36 loc) · 752 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (36 loc) · 752 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
[project]
name = "privates"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "fabianhe", email = "39628987+fabianhe@users.noreply.github.com" }
]
requires-python = ">=3.14"
dependencies = [
"numpy>=2.4.2",
"pandas>=3.0.1",
"pyxirr>=0.10.8",
]
[dependency-groups]
dev = [
"mcp>=1.26.0",
"openai>=2.24.0",
"pre-commit>=4.5.1",
"pydantic-ai-slim[openai]>=1.63.0",
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-xdist>=3.8.0",
"ruff>=0.15.2",
"ty>=0.0.18",
]
tutorial = [
"marimo>=0.20.2",
"matplotlib>=3.10.8",
"seaborn>=0.13.2",
]
[build-system]
requires = ["uv_build"]
build-backend = "uv_build"
[tool.ty.src]
exclude = ["tutorials"]