-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
76 lines (72 loc) · 1.95 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
75
76
#
# Copyright © 2023 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 = it@esi-frankfurt.de
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.7
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 :: Implementation :: CPython
[options]
packages = find:
include_package_data = True
zip_safe = False
python_requires =
>= 3.7, < 3.13
install_requires =
cloudpickle <= 2.2.1
colorama
dask >= 2021.09.0, <= 2023.12
dask-jobqueue >= 0.8, < 0.9
h5py < 4
numpy >= 1.0, < 2.0
msgpack < 1.0.7
toolz >= 0.12
tqdm >= 4.31
[options.extras_require]
dev=
ipdb
ipython <= 8.15
scipy >= 1.5, < 2.0
mypy
numpydoc
pytest-cov
reuse
sphinx < 6
sphinx_automodapi
sphinx_bootstrap_theme
sphinx-tabs
tox
[options.data_files]
acme =
CHANGELOG.md
CITATION.cff
LICENSE
README.md
tox.ini