From 8f888976082acab42af38433d91c4cd715826aa9 Mon Sep 17 00:00:00 2001
From: Korbinian <korbinian@remeeting.com>
Date: Tue, 16 May 2023 15:22:35 +0200
Subject: [PATCH] Alterations

---
 local-deployment/files/.gitignore | 1 +
 scripts/requirements.txt          | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
 create mode 100644 local-deployment/files/.gitignore

diff --git a/local-deployment/files/.gitignore b/local-deployment/files/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/local-deployment/files/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/scripts/requirements.txt b/scripts/requirements.txt
index ce9f218..645ad02 100644
--- a/scripts/requirements.txt
+++ b/scripts/requirements.txt
@@ -1,8 +1,5 @@
 elasticsearch==7.12.1
 PyPDF2==1.26.0
-torch==1.9.0
-torchvision==0.10.0
-torchaudio==0.9.0
 librosa==0.8.0
 pandas
 matplotlib
\ No newline at end of file
-- 
GitLab