From 62858ec36a755a6edc9b64a6028fdb0b8609bd9c Mon Sep 17 00:00:00 2001 From: Sebastian Achilles Date: Mon, 18 Sep 2023 21:07:20 +0200 Subject: [PATCH] adding easyconfigs: Seaborn-0.12.2-gfbf-2023a.eb --- .../s/Seaborn/Seaborn-0.12.2-gfbf-2023a.eb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 easybuild/easyconfigs/s/Seaborn/Seaborn-0.12.2-gfbf-2023a.eb diff --git a/easybuild/easyconfigs/s/Seaborn/Seaborn-0.12.2-gfbf-2023a.eb b/easybuild/easyconfigs/s/Seaborn/Seaborn-0.12.2-gfbf-2023a.eb new file mode 100644 index 000000000000..f4657bcfa2e6 --- /dev/null +++ b/easybuild/easyconfigs/s/Seaborn/Seaborn-0.12.2-gfbf-2023a.eb @@ -0,0 +1,25 @@ +easyblock = 'PythonPackage' + +name = 'Seaborn' +version = '0.12.2' + +homepage = 'https://seaborn.pydata.org/' +description = """ Seaborn is a Python visualization library based on matplotlib. + It provides a high-level interface for drawing attractive statistical graphics. """ + +toolchain = {'name': 'gfbf', 'version': '2023a'} + +sources = [SOURCELOWER_TAR_GZ] +checksums = ['374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139'] + +dependencies = [ + ('Python', '3.11.3'), + ('Python-bundle-PyPI', '2023.06'), + ('matplotlib', '3.7.2'), +] + +use_pip = True +download_dep_fail = True +sanity_pip_check = True + +moduleclass = 'bio'