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

add py-panel

parent d5677aa2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class PyHoloviews(PythonPackage):
version('1.18.0', sha256='bab72961ab7a18794db269351d905523f2aadcad593b321512927ce93dc9df91')
depends_on('python@3.7:3.12', type=('build', 'run'))
depends_on('python@3.7:3.10', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pyct', type='build')
depends_on('py-matplotlib', type=('build','run'))
......
# 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 PyPanel(PythonPackage):
"""Panel makes it easy to combine widgets, plots, tables and other viewable Python objects into custom analysis tools, applications, and dashboards."""
homepage = "https://panel.holoviz.org/"
pypi = "panel/panel-1.3.1.tar.gz"
maintainers = ['']
version('1.3.1', sha256='d50abe3361239516b265444fef3a3c9f2faa0b0cfb671849c767829b857c7a5f')
depends_on('python@3.7:3.12', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pyct@0.4.4:', type='build')
depends_on('py-bokeh@3.3.0:3.4.0:', type=('build','run'))
depends_on('py-param@2.0.0:', type=('build','run'))
depends_on('py-pyviz-comms@0.7.4:', type=('build','run'))
depends_on('py-packaging', type=('build','run'))
depends_on('py-requests', type=('build','run'))
depends_on('py-bleach', type=('build','run'))
depends_on('py-tqdm@4.48.0:', type=('build','run'))
depends_on('py-markdown', type=('build','run'))
depends_on('py-wheel', type=('build','run'))
\ No newline at end of file
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