diff --git a/ibl_to_nwb/updated_conversion/datainterfaces/iblstreaminginterface.py b/ibl_to_nwb/updated_conversion/datainterfaces/iblstreaminginterface.py index ee4cecb..0773de6 100644 --- a/ibl_to_nwb/updated_conversion/datainterfaces/iblstreaminginterface.py +++ b/ibl_to_nwb/updated_conversion/datainterfaces/iblstreaminginterface.py @@ -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) diff --git a/ibl_to_nwb/updated_conversion/requirements.txt b/ibl_to_nwb/updated_conversion/requirements.txt index 7982a7f..238eef7 100644 --- a/ibl_to_nwb/updated_conversion/requirements.txt +++ b/ibl_to_nwb/updated_conversion/requirements.txt @@ -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