From b281a0579cdfc1a3a63a1ce0f936f4f7ad95f8cc Mon Sep 17 00:00:00 2001 From: Michael Fitzmaurice Date: Wed, 18 Dec 2024 16:08:36 +0000 Subject: [PATCH] Narrow the range of versions for the matplotlib dependency --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 623899ee..ca97d8a8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ geopandas >= 0.13, < 0.15 importlib_resources >= 6, < 7 ipykernel < 7 lxml < 5 -matplotlib >= 3, < 4 +matplotlib >= 3, < 3.10 numpy >= 1, < 2 pandas >= 1.5, < 3 plotly >= 4, < 6 @@ -15,4 +15,4 @@ Rtree >= 1, < 2 s2sphere < 0.3 scikit-learn >= 1.2, < 2 shapely >= 1, < 3 -xlrd >= 2, < 3 \ No newline at end of file +xlrd >= 2, < 3