Skip to content

Commit b281a05

Browse files
committed
Narrow the range of versions for the matplotlib dependency
1 parent c8bff76 commit b281a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ geopandas >= 0.13, < 0.15
44
importlib_resources >= 6, < 7
55
ipykernel < 7
66
lxml < 5
7-
matplotlib >= 3, < 4
7+
matplotlib >= 3, < 3.10
88
numpy >= 1, < 2
99
pandas >= 1.5, < 3
1010
plotly >= 4, < 6
@@ -15,4 +15,4 @@ Rtree >= 1, < 2
1515
s2sphere < 0.3
1616
scikit-learn >= 1.2, < 2
1717
shapely >= 1, < 3
18-
xlrd >= 2, < 3
18+
xlrd >= 2, < 3

0 commit comments

Comments
 (0)