adds: missing scikit learn package

This commit is contained in:
Ben Dixon
2019-09-08 17:51:23 +01:00
parent 9d4aebe4b2
commit f6da412674

View File

@@ -187,17 +187,18 @@
source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh
asdf install python 3.7.3 asdf install python 3.7.3
asdf global python 3.7.3 asdf global python 3.7.3
pip install boto pip3 install boto
pip install ansible pip3 install ansible
pip install jupyterlab pip3 install jupyterlab
pip isntall numpy pip3 isntall numpy
pip install scipy pip3 install scipy
pip install matplotlib pip3 install matplotlib
pip install ipython pip3 install ipython
pip install jupyter pip3 install jupyter
pip install pandas pip3 install pandas
pip install sympy pip3 install sympy
pip install nose pip3 install nose
pip3 install scikit-learn
asdf reshim python asdf reshim python
- name: "Install Default Ruby" - name: "Install Default Ruby"