Skip to content

Commit

Permalink
add pynwb to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Apr 26, 2024
1 parent 91bcab9 commit 5c8aa6a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
install_requires=[
'numpy>=1.6',
'neo>=0.5.2',
'typing-extensions>=4.8.0',
'numpy>=1.6',
'neo>=0.5.2',
'pynwb>2.6.0'
'typing-extensions>=4.8.0',
'scipy>=1.12.0,<2.0.0',
],
packages=[
'efel',
'efel.pyfeatures',
'efel',
'efel.pyfeatures',
'efel.units'
],
author="BlueBrain Project, EPFL",
Expand Down

0 comments on commit 5c8aa6a

Please sign in to comment.