forked from scidash/neuronunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (41 loc) · 1.07 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
[metadata]
name = neuronunit
version = 0.19
description = A SciUnit library for data-driven testing of single-neuron physiology models.
long_description_content_type = text/markdown
url = http://github.com/scidash/neuronunit
author = Rick Gerkin
author_email = [email protected]
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
zip_safe = False
packages = find:
python_requires = >=3.5
install_requires =
scipy>=0.17
matplotlib>=2.0
neo>=0.5.2
elephant>=0.4.1
igor>=0.3
allensdk==0.16.3
pyNeuroML @ git+https://github.com/NeuroML/pyNeuroML@master
pyNN @ git+https://github.com/NeuralEnsemble/PyNN.git@master
execnet
sciunit @ git+https://github.com/scidash/sciunit@dev#egg=sciunit-9999
requests
validators
lmfit
numba
dask[complete]
deap
bluepyopt >= 1.1.241
pylmeasure
[options.extras_require]
morphology = pylmeasure