diff --git a/setup.py b/setup.py index ff4ca3f698f0..365de0c0b5a2 100644 --- a/setup.py +++ b/setup.py @@ -310,6 +310,13 @@ def make_release_tree(self, base_dir, files): package_data=package_data, python_requires='>={}'.format('.'.join(str(n) for n in py_min_version)), + # When updating the list of dependencies, add an api_changes/development + # entry and also update the following places: + # - lib/matplotlib/__init__.py (matplotlib._check_versions()) + # - requirements/testing/minver.txt + # - doc/devel/dependencies.rst + # - .github/workflows/tests.yml + # - environment.yml install_requires=[ "contourpy>=1.0.1", "cycler>=0.10",