From 547dddabea6d531085a6bb193270ad6ff853d613 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Fri, 17 Mar 2023 17:10:17 +0100 Subject: [PATCH] downgrading arviz --- ...{ArviZ-0.15.1-foss-2022a.eb => ArviZ-0.14.0-foss-2022a.eb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Golden_Repo/a/ArviZ/{ArviZ-0.15.1-foss-2022a.eb => ArviZ-0.14.0-foss-2022a.eb} (91%) diff --git a/Golden_Repo/a/ArviZ/ArviZ-0.15.1-foss-2022a.eb b/Golden_Repo/a/ArviZ/ArviZ-0.14.0-foss-2022a.eb similarity index 91% rename from Golden_Repo/a/ArviZ/ArviZ-0.15.1-foss-2022a.eb rename to Golden_Repo/a/ArviZ/ArviZ-0.14.0-foss-2022a.eb index 6a3f29099..aee267ecf 100644 --- a/Golden_Repo/a/ArviZ/ArviZ-0.15.1-foss-2022a.eb +++ b/Golden_Repo/a/ArviZ/ArviZ-0.14.0-foss-2022a.eb @@ -1,7 +1,7 @@ easyblock = 'PythonBundle' name = 'ArviZ' -version = '0.15.1' +version = '0.14.0' homepage = 'https://github.com/arviz-devs/arviz' description = "Exploratory analysis of Bayesian models with Python" @@ -31,7 +31,7 @@ exts_list = [ }), (name, version, { 'sources': ['%(namelower)s-%(version)s.tar.gz'], - 'checksums': ['981cce0282bdf6f3b379255b95a440979f9a0ef0ae9dd88a54f763cf5b31484c'], + 'checksums': ['a5d7148c76ab9b50fa56f2c09c71b83b1e407aa6e1aa7581b03e9a91866e91ef'], }), ] -- GitLab