Disable CUFinder

This commit is contained in:
Gašper Fele-Žorž 2025-08-18 15:49:43 +02:00
parent e2b92f7a31
commit 5620a7ebfe
10 changed files with 37 additions and 18 deletions

View file

@ -1,4 +1,11 @@
- name: Install maptplotlib
- name: Install matplotlib
apt:
name: matplotlib
state: latest
name:
- python3-matplotlib
- python3-matplotlib-inline
- python3-matplotlib-venn
- python3-mpl-animators
- python3-mpl-scatter-density
- python3-mplcursors
- python3-mplexporter
state: latest