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

relax constraints

parent 331a1540
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ class PyPanel(PythonPackage):
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-bokeh', type=('build','run'))
depends_on('py-param', 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'))
......
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