-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 819 Bytes
/
pyproject.toml
File metadata and controls
40 lines (36 loc) · 819 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
40
[project]
name = "contingency"
version = "0.2.1"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Rachael T. Sexton", email = "rachael.sexton@nist.gov" }
]
requires-python = ">=3.11, <3.14"
dependencies = [
"jaxtyping>=0.3.3",
"numpy>=2.3.5",
"scikit-learn>=1.7.2",
"scipy>=1.16.3",
]
[project.optional-dependencies]
plot = [
"matplotlib>=3.10.6",
]
[build-system]
requires = ["uv_build>=0.9.10,<0.10.0"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"beartype>=0.22.5",
"coconut-develop[kernel]>=3.1.2.post0.dev7",
"cpyparsing>=2.4.7.2.4.1",
"hypothesis[numpy]>=6.148.1",
"ipykernel>=7.1.0",
"mkdocstrings-python>=2.0.1",
"pytest>=9.0.1",
"rich[jupyter]>=14.2.0",
"zensical>=0.0.20",
]
[tool.uv]
package=true