From ca833b62d34fd9e07b1f8324a6f7b7c6231c0888 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Mon, 5 Oct 2020 10:27:48 +0100 Subject: [PATCH] !! --- comrad/cli/worldmap_curses.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/comrad/cli/worldmap_curses.py b/comrad/cli/worldmap_curses.py index 5230db2..fa5987b 100644 --- a/comrad/cli/worldmap_curses.py +++ b/comrad/cli/worldmap_curses.py @@ -11,7 +11,7 @@ import pyproj,math,os import rtree import curses,random,time from comrad.utils import Logger -import pandas as pd +# import pandas as pd import numpy as np import warnings diff --git a/requirements.txt b/requirements.txt index c068107..268e199 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,6 @@ lazy-object-proxy==1.4.3 MarkupSafe==1.1.1 mccabe==0.6.1 numpy -pandas pathtools==0.1.2 Pillow plyer==1.4.3