-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 865 Bytes
/
pyproject.toml
File metadata and controls
34 lines (32 loc) · 865 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
[build-system]
requires = ["setuptools>=70", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"
[project]
name = "bigstream"
version = "5.0.2"
description = "Tools for distributed alignment of massive images"
license = { text = "BSD 3-Clause License" }
requires-python = ">=3.10"
authors = [
{ name = "Greg M. Fleishman", email = "greg.nli10me@gmail.com" }
]
dependencies = [
"numpy>=1.20.3,<2",
"scipy>=1.9.1",
"opencv-python>=4.5.5.64",
"bokeh>=2.4.3",
"dask>=2023.10.1",
"distributed>=2023.10.1",
"ClusterWrap>=0.3.0",
"zarr>=2.12.0",
"h5py>=3.8.0",
"numcodecs>=0.9.1",
"fishspot>=0.2.3",
"SimpleITK>=2.2.0",
"tifffile>=2022.10.10",
"morphsnakes>=2.0.0",
"pynrrd>=1.0.0",
"scikit-image>=0.20.0",
]
[project.urls]
"Bug Tracker" = "https://github.com/JaneliaScicomp/bigstream/issues"