Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEP: drop support for matplotlib 3.5.x (⏰ wait for #5081) #5107

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion 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
Loading