Skip to content

Commit

Permalink
DEP: drop support for matplotlib 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Feb 18, 2025
1 parent 1a2008d commit 57f7563
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions minimal_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cmyt==1.1.2
# via yt (pyproject.toml)
colorspacious==1.1.2
# via cmyt
contourpy==1.0.5
# via matplotlib
cycler==0.12.1
# via matplotlib
ewah-bool-utils==1.2.0
Expand All @@ -12,7 +14,7 @@ fonttools==4.53.1
# via matplotlib
kiwisolver==1.4.7
# via matplotlib
matplotlib==3.5.0
matplotlib==3.6.0
# via
# yt (pyproject.toml)
# cmyt
Expand All @@ -27,14 +29,14 @@ numpy==1.21.3
# yt (pyproject.toml)
# cmyt
# colorspacious
# contourpy
# ewah-bool-utils
# matplotlib
# unyt
packaging==20.9
# via
# yt (pyproject.toml)
# matplotlib
# setuptools-scm
pillow==8.3.2
# via
# yt (pyproject.toml)
Expand All @@ -45,10 +47,6 @@ pyparsing==3.1.4
# packaging
python-dateutil==2.9.0.post0
# via matplotlib
setuptools==74.1.2
# via setuptools-scm
setuptools-scm==8.1.0
# via matplotlib
six==1.16.0
# via python-dateutil
sympy==1.13.2
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ requires-python = ">=3.10.3"
dependencies = [
"cmyt>=1.1.2",
"ewah-bool-utils>=1.2.0",
"matplotlib>=3.5",
"matplotlib>=3.6.0",
"more-itertools>=8.4",
"numpy>=1.21.3, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION
# https://github.com/numpy/numpy/issues/27037
Expand Down Expand Up @@ -200,7 +200,6 @@ test = [
"pytest-mpl>=0.16.1",
"sympy!=1.10,!=1.9", # see https://github.com/sympy/sympy/issues/22241
"imageio!=2.35.0", # see https://github.com/yt-project/yt/issues/4966
"contourpy",
]

[project.scripts]
Expand Down

0 comments on commit 57f7563

Please sign in to comment.