Skip to content

Commit 0e89241

Browse files
Merge pull request #1172 from apdavison/pip-install-all
Add a "pip install neo[all]" option
2 parents 8c1317f + b8d39d9 commit 0e89241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'maxwell': ['h5py'],
2121
'biocam': ['h5py'],
2222
}
23+
extras_require["all"] = sum(extras_require.values(), [])
2324

2425
with open("neo/version.py") as fp:
2526
d = {}

0 commit comments

Comments
 (0)