Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
make pynwb optional, only required by caiman and prevents doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Mar 3, 2022
1 parent 144e3d2 commit 7774ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#"bottleneck==1.2.1", # do not change
"holoviews",
"jupyter",
"pynwb", # caiman requirement
#"pynwb", # caiman requirement
"pyqtgraph",
#"tensorflow~=1.15.0", # do not change, caiman requirement
"tk", # do not change
Expand Down

0 comments on commit 7774ba5

Please sign in to comment.