From 63cb9a71cd3ded801d96550b1790c897fc0e4740 Mon Sep 17 00:00:00 2001 From: yurivwarmerdam Date: Sat, 7 May 2022 02:24:28 +0200 Subject: [PATCH] Update requirements.txt Hi, I have no idea if this is either a rude or polite thing to do, but I noticed a small missing dependency (for the jupyter notebook). In any case, can't wait to play with this. Thank you for the repo! (again, sorry if this is a rude thing to do. I've never tried to suggest a change to a stranger before, and have no idea what the conventions are.) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bc5845f..23814b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ pytest requests torch torchvision +IPython