From d5db9865f41fcf1040dd6777ec6cf35e4e2c46e0 Mon Sep 17 00:00:00 2001 From: Evan Smith Date: Mon, 30 Aug 2021 18:06:23 +0100 Subject: [PATCH 1/2] Remove jupyter dependency The jupyter package isn't used in the code so it can be removed, which also removes a lot of knock-on dependencies as well and makes it quicker to install the project :) --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index abea28c..d086510 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ osmnx==1.0.1 tabulate==0.8.9 -jupyter==1.0.0 -#vsketch==1.0.0 \ No newline at end of file +#vsketch==1.0.0 From 79454682b825abd6579ac57f3227a52dcad82ff2 Mon Sep 17 00:00:00 2001 From: Evan Smith Date: Mon, 30 Aug 2021 19:43:10 +0100 Subject: [PATCH 2/2] Whoops, still need ipython --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d086510..c293a53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ osmnx==1.0.1 tabulate==0.8.9 +IPython==7.27.0 #vsketch==1.0.0