8 lines
126 B
YAML
8 lines
126 B
YAML
- name: Install python3-scipy, scikit-learn
|
|
apt:
|
|
name:
|
|
- python3-scipy
|
|
- python3-sklearn
|
|
state: latest
|
|
|