File tree Expand file tree Collapse file tree
api/next_api_changes/development Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Extra pip requirements for the minimum-version CI run
22
33contourpy==1.2.1
4- cycler==0.10
4+ cycler==0.12.0
55fonttools==4.28.2
66importlib-resources==3.2.0
77kiwisolver==1.3.2
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ bumped:
1313+-------------+-----------------+----------------+
1414| Contourpy | 1.0.1 | 1.2.1 |
1515+-------------+-----------------+----------------+
16+ | Cycler | 0.10.0 | 0.12.0 |
17+ +-------------+-----------------+----------------+
1618| Pybind11 | 2.13.2 | 3.0.0 |
1719+-------------+-----------------+----------------+
1820
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ reference.
2222
2323* `Python <https://www.python.org/downloads/ >`_ (>= 3.12)
2424* `contourpy <https://pypi.org/project/contourpy/ >`_ (>= 1.2.1)
25- * `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10 .0)
25+ * `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.12 .0)
2626* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
2727* `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.28.2)
2828* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.3.1)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 - c-compiler
1515 - cxx-compiler
1616 - contourpy>=1.2.1
17- - cycler>=0.10 .0
17+ - cycler>=0.12 .0
1818 - fonttools>=4.28.2
1919 - importlib-resources>=3.2.0
2020 - kiwisolver>=1.3.1
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ def _check_versions():
250250 from . import ft2font # noqa: F401
251251
252252 for modname , minver in [
253- ("cycler" , "0.10 " ),
253+ ("cycler" , "0.12.0 " ),
254254 ("dateutil" , "2.7" ),
255255 ("kiwisolver" , "1.3.1" ),
256256 ("numpy" , "1.25" ),
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ classifiers=[
2727# - the `build` dependency group below
2828# - lib/matplotlib/__init__.py (matplotlib._check_versions())
2929# - ci/minver-requirements.txt
30- # - doc/devel /dependencies.rst
30+ # - doc/install /dependencies.rst
3131# - environment.yml
3232dependencies = [
3333 " contourpy >= 1.2.1" ,
34- " cycler >= 0.10 " ,
34+ " cycler >= 0.12.0 " ,
3535 " fonttools >= 4.28.2" ,
3636 " kiwisolver >= 1.3.1" ,
3737 " numpy >= 2.0" ,
@@ -69,7 +69,7 @@ requires = [
6969build = [
7070 # Should be the same as `[project] dependencies` above.
7171 " contourpy >= 1.2.1" ,
72- " cycler >= 0.10 " ,
72+ " cycler >= 0.12.0 " ,
7373 " fonttools >= 4.28.2" ,
7474 " kiwisolver >= 1.3.1" ,
7575 " numpy >= 2.0" ,
You can’t perform that action at this time.
0 commit comments