diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3c737931..52af98e2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ && pip --disable-pip-version-check --no-cache-dir install nbinteract>=0.0.12 \ && pip --disable-pip-version-check --no-cache-dir install otter-grader \ && pip --disable-pip-version-check --no-cache-dir install okpy \ + && pip --disable-pip-version-check --no-cache-dir install scikit-learn \ && install2.r --error --skipinstalled --ncpus -1 \ devtools \ languageserver \ diff --git a/.vs/workshop-library/v16/.suo b/.vs/workshop-library/v16/.suo index 2598c549..1bdcbd03 100644 Binary files a/.vs/workshop-library/v16/.suo and b/.vs/workshop-library/v16/.suo differ diff --git a/requirements.txt b/requirements.txt index 418b3d10..bd7475f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ ipywidgets>=7.0.0 bqplot nbinteract==0.0.12 otter-grader -okpy \ No newline at end of file +okpy +scikit-learn \ No newline at end of file