-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
52 lines (45 loc) · 861 Bytes
/
setup.cfg
File metadata and controls
52 lines (45 loc) · 861 Bytes
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
[metadata]
name = ecoglib
version = 0.1.0
author = mike t
author_email = mtrumpis@gmail.com
license = BSD 3-Clause
license_file = LICENSE
url = https://bitbucket.org/tneuro/ecoglib/src/master/
description = tools for Viventi Lab ecog analysis
[options]
packages = find:
python_requires = >=3.7
install_requires =
ipython
matplotlib
# still doesn't build in pip ???
# mayavi>=4.7.0
nitime>=0.9
numpy>=1.18.0
pyface>=7.0.0
QtPy
scipy
seaborn
statsmodels
tqdm
traits>=6.0.0
traitsui>=7.0.0
# also source installation
ecogdata @ git+https://github.com/miketrumpis/ecogdata.git
[options.extras_require]
pyqt =
PyQt5>=5.13.0
pyside2 =
PySide2>=5.13.0
test =
pytest
test_all =
pytest
coverage[toml]
docs =
Sphinx
sphinx-rtd-theme
ipykernel
jupyter
nbsphinx