Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This easyconfig was created by the BEAR Software team at the University of Birmingham.
easyblock = 'PythonPackage'

name = 'imgaug'
version = '0.4.0'
versionsuffix = '-CUDA-11.4.1'

homepage = 'https://imgaug.readthedocs.io/en/latest/'
description = """ This python library helps you with augmenting images for your machine learning projects.
It converts a set of input images into a new, much larger set of slightly altered images. """

toolchain = {'name': 'foss', 'version': '2021b'}

dependencies = [
('Python', '3.9.6'),
('Pillow', '8.3.2'),
('matplotlib', '3.4.3'),
('scikit-image', '0.19.1'),
('OpenCV', '4.5.5', versionsuffix + '-contrib'),
('Shapely', '1.8.2'),
('imageio', '2.13.5'),
]

sources = [SOURCE_TAR_GZ]
patches = ['imgaug-0.4.0_openvc_requirement.patch']
checksums = [
'46bab63ed38f8980630ff721a09ca2281b7dbd4d8c11258818b6ebcc69ea46c7', # imgaug-0.4.0.tar.gz
'2ff0b66ba38fdcf5f267a3d0ad1dc2710fee3c2f8cd3d086c56ea538a2a9ffc8', # imgaug-0.4.0_openvc_requirement.patch
]

download_dep_fail = True
sanity_pip_check = True
use_pip = True

moduleclass = 'lib'