Skip to content

Commit

Permalink
Narrow the range of versions for the matplotlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed Dec 18, 2024
1 parent c8bff76 commit b281a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,4 +15,4 @@ Rtree >= 1, < 2
s2sphere < 0.3
scikit-learn >= 1.2, < 2
shapely >= 1, < 3
xlrd >= 2, < 3
xlrd >= 2, < 3

0 comments on commit b281a05

Please sign in to comment.