Skip to content

Commit 070eb47

Browse files
authored
Merge pull request #1154 from bendichter/patch-6
add extra_require for ced and nwb
2 parents 170eddf + 656f0d2 commit 070eb47

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)