Skip to content

Commit

Permalink
exclude py3.8 for mpl testoptional
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Aug 30, 2024
1 parent a757472 commit db07ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ testoptional = [
"pandas>=1.5.3",
"pandas-stubs>=1.5.3.230321",
"geopandas~=0.13.0",
"matplotlib~=3.9.2",
"matplotlib~=3.9.2; python_version > \"3.8\"",
"pyarrow>=15.0.2,<16",
"pyarrow-stubs>=10.0.1.9",
"pillow~=10.4.0",
Expand Down

0 comments on commit db07ee9

Please sign in to comment.