forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#20994 from tanmoy1989/20240710232704_…
…new_pr_imageio2341 {vis}[gfbf/2023b] imageio v2.34.1
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
easybuild/easyconfigs/i/imageio/imageio-2.34.1-gfbf-2023b.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |