Skip to content

Commit

Permalink
Merge pull request easybuilders#20994 from tanmoy1989/20240710232704_…
Browse files Browse the repository at this point in the history
…new_pr_imageio2341

{vis}[gfbf/2023b] imageio v2.34.1
  • Loading branch information
verdurin authored Jul 15, 2024
2 parents ba05206 + d9d7152 commit bb78854
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/i/imageio/imageio-2.34.1-gfbf-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
easyblock = 'PythonPackage'

name = 'imageio'
version = '2.34.1'

homepage = 'https://imageio.github.io'
description = """Imageio is a Python library that provides an easy interface to read and write a wide range of
image data, including animated images, video, volumetric data, and scientific formats."""

toolchain = {'name': 'gfbf', 'version': '2023b'}

sources = [SOURCE_TAR_GZ]
checksums = ['f13eb76e4922f936ac4a7fec77ce8a783e63b93543d4ea3e40793a6cabd9ac7d']

dependencies = [
('Python', '3.11.5'),
('matplotlib', '3.8.2'),
('Pillow', '10.2.0'),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'vis'

0 comments on commit bb78854

Please sign in to comment.