We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe4a40 commit 1250afeCopy full SHA for 1250afe
pyproject.toml
@@ -83,7 +83,7 @@ ipywidgets = ["ipywidgets >= 7.7.1", "ipykernel >= 6.2.0"]
83
geopandas = ["geopandas >= 0.9.0, < 2.0.0", "Shapely >= 1.8.4, < 3.0.0"]
84
ipython = ["ipython >= 7.23.1", "bigquery-magics >= 0.6.0"]
85
matplotlib = [
86
- "matplotlib >=3.10.3, <=3.10.3; python_version == '3.9'",
+ "matplotlib <=3.9.2; python_version == '3.9'",
87
"matplotlib >= 3.10.3; python_version >= '3.10'",
88
]
89
tqdm = ["tqdm >= 4.23.4, < 5.0.0"]
0 commit comments