From 57fec0c7ba9ebd0af0e24cf1594e8bbf8f86a41a Mon Sep 17 00:00:00 2001
From: Ryan Ly <rly@lbl.gov>
Date: Wed, 13 Nov 2024 18:29:08 -0500
Subject: [PATCH] Fix missing scikit-learn

---
 environments/environment-MAC-apple-silicon.yml | 1 +
 environments/environment-MAC-intel.yml         | 1 +
 2 files changed, 2 insertions(+)

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