Skip to content
Snippets Groups Projects
Commit e4103274 authored by Moritz-Alexander-Kern's avatar Moritz-Alexander-Kern
Browse files

add py-colorcet

parent e19579f0
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PyColorcet(PythonPackage):
"""Collection of perceptually accurate colormaps"""
homepage = "https://colorcet.holoviz.org/"
pypi = "colorcet/colorcet-3.0.1.tar.gz"
maintainers = ['']
version('3.0.1', sha256='51455a20353d12fac91f953772d8409f2474e6a0db1af3fa4f7005f405a2480b')
depends_on('python@3.7:3.10', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pyct@0.4.4:', type='build')
depends_on('py-wheel', type=('build','run'))
\ No newline at end of file
......@@ -27,6 +27,8 @@ class PyHoloviews(PythonPackage):
depends_on('py-pyviz-comms@0.7.4:', type=('build','run'))
depends_on('py-pandas@0.20.0:', type=('build','run'))
depends_on('py-packaging', type=('build','run'))
depends_on('py-panel', type=('build','run'))
depends_on('py-colorcet', type=('build','run'))
depends_on('py-jupyterlab-widgets', type="run")
depends_on('py-ipywidgets', type="run")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment