From c2aa7ac99aef913e681352e2dd5162c95f9efa2d Mon Sep 17 00:00:00 2001 From: jameswillis Date: Wed, 23 Oct 2024 17:37:56 -0700 Subject: [PATCH] add matplotlib dependency --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Pipfile b/python/Pipfile index 2974b5c7ed..57fd3985f1 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -13,6 +13,7 @@ pytest-cov = "*" scikit-learn = "*" esda = "*" libpysal = "*" +matplotlib = "*" # implicit dependency of esda [packages] pandas="<=1.5.3"