Skip to content

Commit 3cf8d7d

Browse files
authored
Update pyproject.toml
1 parent 5a22bc3 commit 3cf8d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ipywidgets = ["ipywidgets >= 7.7.1", "ipykernel >= 6.2.0"]
8383
geopandas = ["geopandas >= 0.9.0, < 2.0.0", "Shapely >= 1.8.4, < 3.0.0"]
8484
ipython = ["ipython >= 7.23.1", "bigquery-magics >= 0.6.0"]
8585
matplotlib = [
86-
"matplotlib >=3.10.3, <=3.10.3; python_version == '3.9'",
86+
"matplotlib >= 3.7.1, <= 3.9.2; python_version == '3.9'",
8787
"matplotlib >= 3.10.3; python_version >= '3.10'",
8888
]
8989
tqdm = ["tqdm >= 4.23.4, < 5.0.0"]

0 commit comments

Comments
 (0)