diff --git a/environments/environment-Linux.yml b/environments/environment-Linux.yml index efac5c60d..6b5ecc0cc 100644 --- a/environments/environment-Linux.yml +++ b/environments/environment-Linux.yml @@ -15,8 +15,8 @@ dependencies: - flask-cors == 4.0.0 - flask_restx == 1.1.0 - werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask. - - neuroconv[dandi,compressors] == 0.6.4 - - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4 + - neuroconv[dandi,compressors] == 0.6.5 + - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5 - spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation - pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 diff --git a/environments/environment-MAC-apple-silicon.yml b/environments/environment-MAC-apple-silicon.yml index 49d7e2b73..028959153 100644 --- a/environments/environment-MAC-apple-silicon.yml +++ b/environments/environment-MAC-apple-silicon.yml @@ -23,8 +23,8 @@ dependencies: - werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask. # NOTE: the NeuroConv wheel on PyPI includes sonpy which is not compatible with arm64, so build and install # NeuroConv from GitHub, which will remove the sonpy dependency when building from Mac arm64 - - neuroconv[dandi,compressors] == 0.6.4 - - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4 + - neuroconv[dandi,compressors] == 0.6.5 + - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5 - spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation - pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 diff --git a/environments/environment-MAC-intel.yml b/environments/environment-MAC-intel.yml index f759b4340..88758d38b 100644 --- a/environments/environment-MAC-intel.yml +++ b/environments/environment-MAC-intel.yml @@ -18,8 +18,8 @@ dependencies: - flask-cors == 4.0.0 - flask_restx == 1.1.0 - werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask. - - neuroconv[dandi,compressors] == 0.6.4 - - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4 + - neuroconv[dandi,compressors] == 0.6.5 + - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5 - spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation - pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 diff --git a/environments/environment-Windows.yml b/environments/environment-Windows.yml index f9a0e0473..6223e5e01 100644 --- a/environments/environment-Windows.yml +++ b/environments/environment-Windows.yml @@ -18,8 +18,8 @@ dependencies: - flask-cors === 3.0.10 - flask_restx == 1.1.0 - werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask. - - neuroconv[dandi,compressors] == 0.6.4 - - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4 + - neuroconv[dandi,compressors] == 0.6.5 + - dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5 - spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation - pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5