-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 884 Bytes
/
pyproject.toml
File metadata and controls
34 lines (32 loc) · 884 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
[project]
name = "mtphandler"
version = "0.2.22"
description = "Python package for processing, enriching, and converting microtiter plate data into standardized EnzymeML time-course data, ready for data science."
readme = "README.md"
requires-python = ">=3.10,<3.14"
license = { text = "MIT License" }
authors = [{ name = "haeussma", email = "83341109+haeussma@users.noreply.github.com" }]
dependencies = [
"numpy<=2.1.0",
"plotly>=6.3.0",
"pandas[excel]>=2.0",
"pyenzyme>=2.0.0",
"calipytion>=1.0.2",
"rich>=3.7.1",
"httpx>=0.27.2",
"loguru>=0.7.3",
"mdmodels>=0.2.0",
]
[dependency-groups]
dev = [
"mkdocs-material>=9.5.7",
"pytest>=8.0.0",
"devtools>=0.12.2",
"ipykernel>=6.29.4",
"mkdocstrings-python>=1.11.1",
"nbval>=0.11.0",
"mkdocs-jupyter>=0.25.0",
"mkdocs-plotly-plugin>=0.1.3",
"notebook<7",
"jupyter-contrib-nbextensions>=0.7.0",
]