-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
66 lines (64 loc) · 1.79 KB
/
setup.cfg
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[metadata]
name = iohub
author = CZ Biohub and iohub contributors
author_email = [email protected]
url = https://github.com/czbiohub-sf/iohub
license = BSD 3-Clause License
description = N-dimensional bioimaging data I/O with OME metadata in Python
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Image Processing
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
project_urls =
Bug Tracker = https://github.com/czbiohub-sf/iohub/issues
Documentation = https://czbiohub-sf.github.io/iohub
Source Code = https://github.com/czbiohub-sf/iohub
User Support = https://github.com/czbiohub-sf/iohub/issues
[options]
package = find:
include_package_data = True
python_requires = >=3.10
setup_requires = setuptools_scm
install_requires =
pandas>=1.5.2
pydantic>=2.8.2
pydantic_extra_types>=2.9.0
tifffile>=2024.1.30
natsort>=7.1.1
ndtiff>=2.2.1
zarr>=2.17.0, <3
tqdm
pillow>=9.4.0
blosc2
xarray>=2024.1.1
dask[array]
[options.extras_require]
dev =
black
flake8
pytest>=5.0.0
pytest-cov
hypothesis>=6.61.0
requests>=2.22.0
wget>=3.2
ome-zarr>=0.9.0
doc =
matplotlib
numpydoc>=1.1.0
sphinx>=4.2.0
pydata-sphinx-theme>=0.15.2
sphinx-copybutton>=0.4.0
sphinx-multiversion>=0.2.4
sphinx-sitemap>=2.5.0
sphinx-gallery>=0.13.0