From 81b172afc3b72bec0a9f5624bade59eb2527510f Mon Sep 17 00:00:00 2001 From: Justin Bousquin Date: Wed, 13 Sep 2023 21:31:28 -0500 Subject: [PATCH] Update requirements.txt Adding mapclassify for demo in jupyter notebooks (and to push for a docs build) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 01056a9..b017201 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ geopandas>=0.10.2, <0.13 # Has additional dependencies (pandas, numpy, pint>=0.18 # May work on earlier versions but this is what it was tested on dataretrieval>=1.*, <1.0.5 # 1.0.5 will break datetime handling, <1.0 doesn't have required functions descartes>=1.1.0 # May be required for mapping in some jupyter notebooks +mapclassify>=2.4.0 # May be required for mapping in some jupyter notebooks