-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (39 loc) · 934 Bytes
/
setup.cfg
File metadata and controls
44 lines (39 loc) · 934 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
[metadata]
name = lfp_scroller
version = 0.1.0
author = mike t
author_email = mtrumpis@gmail.com
license = BSD 3-Clause
license_file = LICENSE
url = https://github.com/miketrumpis/lfp_scroller
description = Multichannel ephys viewer based on pyqtgraph and HDF5
edit_on_github = False
github_project = miketrumpis/lfp_scroller
[options]
packages = find:
python_requires = >=3.7
install_requires =
colorcet
h5py>=3.3.0
matplotlib
nitime
numpy>=1.18.0
pandas
pyface>=7.0.0
pynwb>=2.0.0
# colorbaritem orientation fix in 0.12.2
pyqtgraph>=0.12.2
QtPy
scipy
spikeinterface>=0.94.0
tqdm
traits>=6.0.0
traitsui>=7.0.0
# Plus extra deps to be installed from source
ecogdata @ git+https://github.com/miketrumpis/ecogdata.git
ecoglib @ git+https://github.com/miketrumpis/ecoglib.git
[options.extras_require]
pyqt =
PyQt5>=5.13.0
pyside2 =
PySide2>=5.13.0