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
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/s/Seaborn/Seaborn-0.13.2-gfbf-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'PythonPackage'

name = 'Seaborn'
version = '0.13.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 = ['93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7']

dependencies = [
('Python', '3.11.3'),
('matplotlib', '3.7.2'),
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

moduleclass = 'bio'