adds: missing scikit learn package
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user