diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 29aa1d5682..74976f71c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1295,7 +1295,9 @@ git integration, command-line support, and a curses-based TUI.") python-packaging python-pytest python-pytest-cov - python-pytest-mpl)) + python-pytest-mpl + python-setuptools + python-wheel)) (home-page "https://colorcet.holoviz.org/") (synopsis "Collection of perceptually uniform colormaps") (description "Colorcet is a collection of perceptually accurate 256-color |