From db1264fbbdde7a0add89cca2b52f5e7d66d123a9 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 11 Nov 2022 12:08:36 +0100 Subject: [PATCH] adding easyconfigs: Seaborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb --- ...aborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Golden_Repo/s/Seaborn/Seaborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb diff --git a/Golden_Repo/s/Seaborn/Seaborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/s/Seaborn/Seaborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb new file mode 100644 index 000000000..1325b05bd --- /dev/null +++ b/Golden_Repo/s/Seaborn/Seaborn-0.12.1-gcccoremkl-11.3.0-2022.1.0.eb @@ -0,0 +1,24 @@ +easyblock = 'PythonPackage' + +name = 'Seaborn' +version = '0.12.1' + +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': 'gcccoremkl', 'version': '11.3.0-2022.1.0'} + +sources = [SOURCELOWER_TAR_GZ] +checksums = ['bb1eb1d51d3097368c187c3ef089c0288ec1fe8aa1c69fb324c68aa1d02df4c1'] + +dependencies = [ + ('Python', '3.10.4'), + ('matplotlib', '3.5.2'), +] + +use_pip = True +download_dep_fail = True +sanity_pip_check = True + +moduleclass = 'bio' -- GitLab