forked from abTEM/abTEM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
84 lines (75 loc) · 1.47 KB
/
setup.cfg
File metadata and controls
84 lines (75 loc) · 1.47 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[metadata]
name = abtem
version = attr: abtem._version.__version__
author = abTEM developers
url = https://github.com/abtem/abtem
author_email = toma.susi@univie.ac.at
license = GPL
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >=3.11
install_requires =
numpy
pandas
matplotlib>=3.6
pyfftw
scipy
numba
dask>=2022.12.1,!=2025.12.*,!=2026.1.*
distributed
zarr
ase
threadpoolctl
tabulate
ipywidgets
ipympl
tqdm
[options.package_data]
abtem = py.typed
[options.extras_require]
testing =
pytest
tox
hypothesis
jupyter-client
deepdiff
imageio
docs =
jupyter-book
sphinx_autodoc_typehints
gpu =
cupy
extra =
pandas
ipycytoscape
dask-labextension
bokeh
dev =
types-PyYAML
types-tqdm
black
isort
ruff
mypy
jupyterlab_code_formatter
pre-commit
[tool:pytest]
minversion = 6.0
addopts = -ra -q
[flake8]
max-line-length = 120
extend-ignore = E203,E741,E743
exclude = build