From ea8982d6be37325bb04a49dba69cb90c170b0d5b Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Thu, 9 Nov 2023 15:00:36 -0700 Subject: [PATCH] Added scikit-learn to devtools testing env --- devtools/conda-envs/test_env.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 3a781d7..d819ef2 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -18,6 +18,7 @@ dependencies: - pytest-xdist - codecov - MDAnalysisTests + - scikit-learn # Pip-only installs #- pip: