From 9aa66cbe3379ce6df6c54a576c083f4d29a87cdb Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 2 Jun 2025 18:04:37 +0200 Subject: [PATCH] added missing requirment for pandas --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 28a23c2..66793ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ torch pillow +pandas torchvision scikit-learn git+https://gitea.fabelous.app/Machine-Learning/AIIA.git \ No newline at end of file