-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
74 lines (70 loc) · 1.93 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
67
68
69
70
71
72
73
74
#
# Copyright © 2025 Ernst Strüngmann Institute (ESI) for Neuroscience
# in Cooperation with Max Planck Society
#
# SPDX-License-Identifier: BSD-3-Clause
#
[metadata]
name = esi-acme
author = Ernst Strüngmann Institute (ESI) for Neuroscience in Cooperation with Max Planck Society
author_email = [email protected]
description = Asynchronous Computing Made ESI
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = BSD-3
license_files = LICENSES/*
home_page = https://esi-acme.readthedocs.io/en/latest/
project_urls =
Bug Tracker = https://github.com/esi-neuroscience/acme/issues
Documentation = https://esi-acme.readthedocs.io/en/latest/
Source Code = https://github.com/esi-neuroscience/acme
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find:
include_package_data = True
zip_safe = False
python_requires =
>= 3.8, < 3.14
install_requires =
cloudpickle > 2.2
dask >= 2022.12.1, <= 2024.12.1
dask-jobqueue >= 0.8, < 1.0
h5py >= 3, < 4
numpy >= 1.0, < 3.0
toolz >= 0.12
tqdm >= 4.31
[options.extras_require]
dev=
ipdb
ipython < 9.0
scipy >= 1.5, < 2.0
mypy
numpydoc
pytest-cov
reuse
sphinx
sphinx_automodapi
sphinx_bootstrap_theme < 0.8
sphinx-tabs
tox
[options.data_files]
acme =
CHANGELOG.md
CITATION.cff
LICENSE
README.md
tox.ini