Skip to content

Commit

Permalink
pin neuroconv fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 7, 2023
1 parent 9e23149 commit 6cfc09e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def add_to_nwbfile(self, iterator_opts: dict, progress_position: int, **kwargs):
)
if "progress_position" in kwargs:
kwargs.pop("progress_position")
kwargs.update(es_key=self.es_key)
super().add_to_nwbfile(**kwargs)


Expand Down
2 changes: 1 addition & 1 deletion ibl_to_nwb/updated_conversion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
neuroconv[spikeglx]>=0.4.1
neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@fix_for_ibl
spikeinterface>=0.97.0 # Actually need to use the streaming IBL fix for maximum efficiency
ONE-api>=1.16.3
ibllib>=2.21.0
Expand Down

0 comments on commit 6cfc09e

Please sign in to comment.