From d5db9865f41fcf1040dd6777ec6cf35e4e2c46e0 Mon Sep 17 00:00:00 2001 From: Evan Smith Date: Mon, 30 Aug 2021 18:06:23 +0100 Subject: [PATCH] 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