diff --git a/ibl_to_nwb/updated_conversion/requirements.txt b/ibl_to_nwb/updated_conversion/requirements.txt index 1c97367..c3df2b8 100644 --- a/ibl_to_nwb/updated_conversion/requirements.txt +++ b/ibl_to_nwb/updated_conversion/requirements.txt @@ -1,7 +1,7 @@ -neuroconv[spikeglx]==0.2.4 -spikeinterface>=0.97.0 # Actually need to use the streaming IBL fix for maximum efficiency +neuroconv[spikeglx] @ git+https://github.com/catalystneuro/neuroconv.git@fix_for_ibl +spikeinterface>=0.98.2 # Actually need to use the streaming IBL fix for maximum efficiency ONE-api>=1.16.3 ibllib>=2.21.0 ndx-pose>=0.1.1 ndx-ibl==0.1.0 -probeinterface==0.2.15 # v0.2.16 causes issue in this environment only (likely combo of past numpy and Python 3.8) +#probeinterface==0.2.15 # v0.2.16 causes issue in DANDI Hub environment only (likely combo of past numpy and Python 3.8)