Skip to content

Commit

Permalink
Adding scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotta94c committed Mar 16, 2022
1 parent e8ee36d commit 6173fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Binary file modified .vs/workshop-library/v16/.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ ipywidgets>=7.0.0
bqplot
nbinteract==0.0.12
otter-grader
okpy
okpy
scikit-learn

0 comments on commit 6173fa3

Please sign in to comment.