diff --git a/environments/environment-Linux.yml b/environments/environment-Linux.yml index d67c52cc1..1ba631e42 100644 --- a/environments/environment-Linux.yml +++ b/environments/environment-Linux.yml @@ -16,6 +16,7 @@ dependencies: - 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,ecephys,ophys,behavior,text] == 0.6.1 + - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 - scikit-learn == 1.4.0 # Tutorial data generation - tqdm_publisher >= 0.0.1 # Progress bars - tzlocal >= 5.2 # Frontend timezone handling diff --git a/environments/environment-MAC-apple-silicon.yml b/environments/environment-MAC-apple-silicon.yml index 51b2a9d72..288898269 100644 --- a/environments/environment-MAC-apple-silicon.yml +++ b/environments/environment-MAC-apple-silicon.yml @@ -24,6 +24,7 @@ dependencies: # 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,ecephys,ophys,behavior,text] == 0.6.1 + - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 - scikit-learn == 1.4.0 # Tutorial data generation - tqdm_publisher >= 0.0.1 # Progress bars - tzlocal >= 5.2 # Frontend timezone handling diff --git a/environments/environment-MAC-intel.yml b/environments/environment-MAC-intel.yml index 59b629ab9..ccd643de5 100644 --- a/environments/environment-MAC-intel.yml +++ b/environments/environment-MAC-intel.yml @@ -19,6 +19,7 @@ dependencies: - 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,ecephys,ophys,behavior,text] == 0.6.1 + - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 - scikit-learn == 1.4.0 # Tutorial data generation - tqdm_publisher >= 0.0.1 # Progress bars - tzlocal >= 5.2 # Frontend timezone handling diff --git a/environments/environment-Windows.yml b/environments/environment-Windows.yml index b2c07af7c..96af89a66 100644 --- a/environments/environment-Windows.yml +++ b/environments/environment-Windows.yml @@ -19,6 +19,7 @@ dependencies: - 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,ecephys,ophys,behavior,text] == 0.6.1 + - neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5 - scikit-learn == 1.4.0 # Tutorial data generation - tqdm_publisher >= 0.0.1 # Progress bars - tzlocal >= 5.2 # Frontend timezone handling