-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (36 loc) · 827 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (36 loc) · 827 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 = "lactopy"
version = "0.2.1"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Simon Dierickx", email = "simon.dierickx@ugent.be" }
]
requires-python = ">=3.10"
dependencies = [
"numpy>=2.2.5",
"scikit-learn>=1.6.1",
"scipy>=1.15.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"diff-cover>=9.7.2",
"ipykernel>=6.29.5",
"matplotlib>=3.10.1",
"mkdocs>=1.6.1",
"mkdocs-jupyter>=0.25.1",
"mkdocs-literate-nav>=0.6.2",
"mkdocs-material>=9.6.12",
"mkdocstrings-python>=1.16.10",
"mktestdocs>=0.2.5",
"nb-clean>=4.0.1",
"pandas>=2.2.3",
"pre-commit>=4.2.0",
"pytest>=8.3.5",
"pytest-cov>=7.0.0",
]
[tool.uv.sources]
lactopy = { workspace = true }