Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
30
Issue boards
Milestones
Wiki
Code
Merge requests
31
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!468
update py-viziphant to 0.4.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update py-viziphant to 0.4.0
moritzkern/ebrains-spack-builds:py_viziphant_0.4.0
into
master
Overview
6
Commits
13
Pipelines
0
Changes
11
Merged
Moritz Kern
requested to merge
moritzkern/ebrains-spack-builds:py_viziphant_0.4.0
into
master
1 year ago
Overview
6
Commits
13
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
a4da83bd
Prev
Next
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a4da83bd
add viziphant to spack.yml
· a4da83bd
Moritz-Alexander-Kern
authored
1 year ago
packages/py-viziphant/package.py
+
3
−
3
Options
@@ -28,9 +28,9 @@ class PyViziphant(PythonPackage):
depends_on
(
'
py-six@1.10.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-matplotlib@3.3.2:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-seaborn@0.9.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-bokeh@3.0.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-holoviews@1.16.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-networkx@3.0.0:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
py-bokeh@3.0.0:
'
,
type
=
(
'
build
'
,
'
run
'
)
,
when
=
"
@0.4.0:
"
)
depends_on
(
'
py-holoviews@1.16.0:
'
,
type
=
(
'
build
'
,
'
run
'
)
,
when
=
"
@0.4.0:
"
)
depends_on
(
'
py-networkx@3.0.0:
'
,
type
=
(
'
build
'
,
'
run
'
)
,
when
=
"
@0.4.0:
"
)
depends_on
(
"
py-pytest
"
,
type
=
(
"
test
"
),
when
=
"
@0.3.0:
"
)
depends_on
(
"
py-elephant@0.9.0:+extras
"
,
type
=
(
"
test
"
),
when
=
"
@0.3.0:
"
)