Skip to content

Commit 78efe55

Browse files
author
Release Manager
committed
gh-36206: Remove some obsolete "six" dependencies Cycler, matplotlib, and traitlets no longer need the "six" package. Upstream removal commits are cited in the commit messages. URL: #36206 Reported by: Michael Orlitzky Reviewer(s): Frédéric Chapoton
2 parents 1a1df6f + 7c8b793 commit 78efe55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/pkgs/cycler/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
six | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
22
----------
33
All lines of this file are ignored except the first.
44

build/pkgs/matplotlib/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy freetype pillow dateutil pyparsing tornado six cycler qhull fonttools contourpy | $(PYTHON_TOOLCHAIN) kiwisolver certifi setuptools_scm_git_archive $(PYTHON)
1+
numpy freetype pillow dateutil pyparsing tornado cycler qhull fonttools contourpy | $(PYTHON_TOOLCHAIN) kiwisolver certifi setuptools_scm_git_archive $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/traitlets/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) ipython_genutils decorator six hatchling $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) ipython_genutils decorator hatchling $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)