-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathjupyterview-0.7.0-GCCcore-13.3.0.eb
More file actions
42 lines (32 loc) · 1.04 KB
/
jupyterview-0.7.0-GCCcore-13.3.0.eb
File metadata and controls
42 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is part of JSC's public easybuild repository (https://github.com/easybuilders/jsc)
easyblock = 'PythonBundle'
name = 'jupyterview'
version = '0.7.0'
homepage = "https://github.com/trungleduc/jupyterview"
description = """
jupyterview is an extension that adds the VTK data visualization capability to JupyterLab.
"""
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
builddependencies = [
('binutils', '2.42'),
('poetry', '1.8.3'),
('hatch-jupyter-builder', '0.9.1'),
]
dependencies = [
('Python', '3.12.3'),
('jupyter-server', '2.15.0'),
('SciPy-bundle', '2024.05', '', ('gcccoreflexiblas', '13.3.0-3.4.4')),
('Python-bundle-PyPI', '2024.06'),
]
sanity_pip_check = True
use_pip = True
exts_list = [
('meshio', '5.3.5', {
'checksums': ['f21f01abd9f29ba06ea119304b3d39e610421cfe93b9dd23362834919f87586d'],
}),
(name, version, {
'checksums': ['0e887e129838fba3fcdfd81f19f9fe2c8c56c2f51900617467973fe76f7115c4'],
}),
]
modextrapaths = {'EB_ENV_JUPYTER_ROOT': ''}
moduleclass = 'tools'