-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsetup.cfg
55 lines (51 loc) · 1.24 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
[metadata]
name = conn2res
url = https://github.com/netneurolab/conn2res
download_url = https://github.com/netneurolab/conn2res
author = Laura Suarez
maintainer = Laura Suarez
maintainer_email = laura.suarez@mail.mcgill.ca
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
license = BSD-3
description = A reservoir computing toolbox for neuroscientists
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
platforms = OS Independent
provides =
conn2res
[options]
python_requires = >=3.8
install_requires =
numpy>=1.22
scipy>=1.7
pandas>=1.4
scikit-learn>=1.1
matplotlib>=3.5
seaborn>=0.11
bctpy>=0.5
reservoirpy>=0.3
gym==0.21.0
zip_safe = False
packages = find:
include_package_data = True
[options.extras_require]
doc =
sphinx >=2.0
sphinx_gallery
sphinx_rtd_theme
[options.package_data]
conn2res =
examples/data/*
[versioneer]
VCS = git
style = pep440
versionfile_source = conn2res/_version.py
versionfile_build = conn2res/_version.py
tag_prefix =
parentdir_prefix =