Add requirements for Podatkovno Rudarjenje

This commit is contained in:
Gašper Fele-Žorž 2025-08-19 17:56:27 +02:00
parent e1ac068953
commit eb1e6012bd
34 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- import_tasks: main_win.yml
when: ansible_os_family == 'Windows'
- import_tasks: main_lin.yml
when: ansible_os_family == 'Debian'

View file

@ -0,0 +1,12 @@
- name: Install torch
apt:
name:
- python3-torch
- python3-skorch
- python3-torch-cluster
- python3-torch-geometric
- python3-ignite
- python3-sparse
- python3-torchaudio
- python3-torchvision
state: latest

View file

@ -0,0 +1,2 @@
- name: Install torch
win_command: pip install torch torchvision