From e9975b2c056b697ada81cf1f36edfb66415e1d72 Mon Sep 17 00:00:00 2001
From: Johan Edstedt <johan.edstedt@liu.se>
Date: Thu, 5 Sep 2024 22:01:32 +0200
Subject: [PATCH] remove unneeded imports

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

diff --git a/README.md b/README.md
index f7b66fb..302cd78 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The following has been tested on Johan's personal laptop (macbook)
 ```python
 conda create -n TFYY51 python=3.10
 conda activate TFYY51
-pip install torch matplotlib torchvision numpy ipykernel ipython jupyter
+pip install torch matplotlib torchvision numpy jupyter
 ```
 Please ask your supervisor if you're unsure about how to install conda on your own computer.
 
-- 
GitLab