Skip to content

Commit

Permalink
Merge pull request #20685 from wwweert123/20240530170649_new_pr_Seabo…
Browse files Browse the repository at this point in the history
…rn0132

{bio}[gfbf/2023b] Seaborn v0.13.2
  • Loading branch information
bedroge committed May 30, 2024
2 parents 7dc8de0 + 3d834c2 commit 69d7d1a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/s/Seaborn/Seaborn-0.13.2-gfbf-2023b.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': '2023b'}

sources = [SOURCELOWER_TAR_GZ]
checksums = ['93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7']

dependencies = [
('Python', '3.11.5'),
('matplotlib', '3.8.2'),
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

moduleclass = 'bio'

0 comments on commit 69d7d1a

Please sign in to comment.