Skip to content

Commit 656f0d2

Browse files
authored
add extra_require for ced and nwb
1 parent 50abfbc commit 656f0d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
'nixio': ['nixio>=1.5.0'],
1515
'stimfitio': ['stfio'],
1616
'tiffio': ['pillow'],
17-
'edf': ['pyedflib']
17+
'edf': ['pyedflib'],
18+
'ced': ['sonpy'],
19+
'nwb': ['pynwb'],
1820
}
1921

2022
with open("neo/version.py") as fp:

0 commit comments

Comments
 (0)