From aec0c902ab0fd567ac1bf0bdb68f033ad88a1067 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20M=C3=BCller?= <daniel.q.mueller@stud.h-da.de>
Date: Tue, 25 Jan 2022 20:01:54 +0000
Subject: [PATCH] Add tensorflow version to README

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d37dd3e..39441e5 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@
     - seaborn (version 0.11)
     - plotly (version 5.4)
     - nltk (version 3.6)
+    - tensorflow (version 2.7.0)
 - All python packages are installed into a virtual environment at `~/.ml-venv`. This also includes jupyter-lab which allows for using the default python3 kernel and still having access to all dependencies
 
 ### The project is structured as follows:
-- 
GitLab