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

update dependencies

parent dbb5dc86
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,21 @@ class PyHoloviews(PythonPackage):
version('1.18.0', sha256='bab72961ab7a18794db269351d905523f2aadcad593b321512927ce93dc9df91')
depends_on('python@3.7:3.10', type=('build', 'run'))
depends_on('python@3.9:3.12', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pyct', type='build')
depends_on('py-matplotlib', type=('build','run'))
depends_on('py-bokeh', type=('build','run'))
depends_on('py-param@1.12.0:3.0', type=('build','run'))
depends_on('py-numpy@1.0:', type=('build','run'))
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-jupyterlab-widgets', type="run")
depends_on('py-ipywidgets', type="run")
depends_on("py-pytest", type=("test"))
@run_after('install')
......
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