Skip to content

Commit

Permalink
limit matplotlib below version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jan 9, 2025
1 parent dff44d6 commit 080d434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ complete = [
"Flask-RangeRequest",
"fsspec[http,s3]>=2023.12.0",
"lxml",
"matplotlib",
"matplotlib<3.10",
"memray",
"pystac[urllib3]>=1.8.2",
"requests",
Expand All @@ -67,7 +67,7 @@ complete = [
"werkzeug>=0.15",
]
contours = [
"matplotlib",
"matplotlib<3.10",
]
http = [
"aiohttp",
Expand Down

0 comments on commit 080d434

Please sign in to comment.