Skip to content

Commit

Permalink
Added scikit-learn to the env
Browse files Browse the repository at this point in the history
  • Loading branch information
soupault committed Aug 31, 2018
1 parent 57b0168 commit 04bd38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_conda_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conda create -y -n deep_knee python=3.6
conda activate deep_knee

conda install -y numpy opencv scipy pyyaml cython matplotlib
conda install -y pytorch=0.3.1 -c soumith
conda install -y numpy opencv scipy pyyaml cython matplotlib scikit-learn
conda install -y pytorch==0.3.1 -c pytorch
conda install -y git-lfs -c conda-forge

pip install pip -U
Expand Down

0 comments on commit 04bd38c

Please sign in to comment.