update py-viziphant to 0.4.0
Merge request reports
Activity
Thanks @moritzkern!
The build pipeline failed because
py-holoviews
is not in the Spack upstream:==> Error: Package 'py-holoviews' not found.
so you would need to provide the Spack package for that too.
Also, when adding a new version, don't forget to also update spack.yaml
added 2 commits
thanks for letting me know @elmath .
I added a package for holoviews, which required me to add two additional packages: panel and colorcet.
Hi @moritzkern,
wow, thanks for all the effort! (and sorry, I expected this to be simpler)
I've run into similar issues with setuptools before - I'll have a look to see which package is causing it.
OK, I had a look and made the following changes:
- the last concretisation issue was because the available version of
py-pyviz-comms@2.2.1
, can't be built withpy-setuptools@62
that we currently have in the environment, sopy-pyviz-comms@2.3.2
(compatible with our currentpy-setuptools
) was added -
py-panel
andpy-colorcet
are actually already part of the Spack v0.20.0 upstream, so no need to add them here - changed
py-holoviews
version to1.17.1
, because1.18.0
doesn't supportpython@3.8
, that we currently have in the Lab (also tests are not needed, we only test EBRAINS top-level packages) - added missing dependency of
py-bokeh
onnpm
- the last concretisation issue was because the available version of
The available versions of
py-bokeh
,py-panel
,py-networkx
etc are a bit old. If that is an issue forpy-viziphant
, let me know :)Edited by Eleni Mathioulaki(also don't mind the
No space left on device
error in the pipeline, it's a problem with the gitlab runners - completely unrelated to the build, that completed successfully)Edited by Eleni Mathioulakimentioned in commit a8578118