forked from BiaPyX/BiaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (38 loc) · 1.06 KB
/
pyproject.toml
File metadata and controls
40 lines (38 loc) · 1.06 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
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "numpy>=1.24.3"]
build-backend = "setuptools.build_meta"
[project]
name = "biapy"
version = "3.3.4.2"
description = "BiaPy: Bioimage analysis pipelines in Python"
readme = "README.md"
authors = [{ name = "Daniel Franco-Barranco", email = "daniel.franco@dipc.org" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT License",
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
"Programming Language :: Python :: 3.10",
]
keywords = ["feed", "reader", "tutorial"]
dependencies = [
"imgaug>=0.4.0",
"matplotlib>=3.7.1",
"scikit-learn>=1.4.0",
"pydot>=1.4.2",
"yacs>=0.1.8",
"tqdm>=4.66.1",
"scikit-image>=0.22.0",
"edt>=2.3.2",
"fill-voids>=2.0.6",
"opencv-python>=4.8.0.76",
"pandas>=1.5.3",
"torchinfo>=1.8.0",
"tensorboardX>=2.6.2.2",
"h5py>=3.9.0",
"zarr>=2.16.1",
"bioimageio.core==0.5.9",
"imagecodecs>=2024.1.1",
]
requires-python = ">=3.10"
[project.urls]
Homepage = "https://github.com/BiaPyX/BiaPy"