diff --git a/environments/environment-MAC-apple-silicon.yml b/environments/environment-MAC-apple-silicon.yml index 461853918..6f24dbb6e 100644 --- a/environments/environment-MAC-apple-silicon.yml +++ b/environments/environment-MAC-apple-silicon.yml @@ -23,5 +23,6 @@ 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.5 - scikit-learn == 1.4.0 # Tutorial data generation + - 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 05e32dd81..eed92cb90 100644 --- a/environments/environment-MAC-intel.yml +++ b/environments/environment-MAC-intel.yml @@ -20,5 +20,6 @@ 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.5 - scikit-learn == 1.4.0 # Tutorial data generation + - scikit-learn == 1.4.0 # Tutorial data generation - tqdm_publisher >= 0.0.1 # Progress bars - tzlocal >= 5.2 # Frontend timezone handling