Skip to content

Commit

Permalink
Add easyconfig Kaleido-0.4.2-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Mar 10, 2025
1 parent c5ae50a commit 02d8610
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'PythonPackage'

name = 'Kaleido'
version = '0.4.2'

homepage = 'https://github.com/plotly/Kaleido'
description = "Fast static image export for web-based visualization libraries with zero dependencies"

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

sources = ['kaleido-%(version)s-py3-none-any.whl']
checksums = ['cc0ecb6f8c7e33fa1a49b3f15f182b80d9c5401cabde75e272239ce540fe5d82']

builddependencies = [
('binutils', '2.40'),
]

dependencies = [('Python', '3.11.5')]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'vis'

0 comments on commit 02d8610

Please sign in to comment.