From 3cd8ab6bda6b3328b533bc106ad007c5a6015f66 Mon Sep 17 00:00:00 2001 From: Alputer Date: Thu, 24 Oct 2024 11:08:42 +0200 Subject: [PATCH] build(installation): upgrade reana-commons version (#733) --- AUTHORS.md | 1 + setup.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1b43d72e..d3691e9d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,6 +4,7 @@ The list of contributors in alphabetical order: - [Adelina Lintuluoto](https://orcid.org/0000-0002-0726-1452) - [Alastair Lyall](https://orcid.org/0009-0000-4955-8935) +- [Alp Tuna](https://orcid.org/0009-0001-1915-3993) - [Anton Khodak](https://orcid.org/0000-0003-3263-4553) - [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663) - [Camila Diaz](https://orcid.org/0000-0001-5543-797X) diff --git a/setup.py b/setup.py index 256e00c9..5682e7cf 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,7 @@ "click>=7", "pathspec==0.9.0", "jsonpointer>=2.0", - "reana-commons[yadage,snakemake,cwl]>=0.95.0a3,<0.96.0", - "reana-commons[yadage,snakemake,cwl] @ git+https://github.com/reanahub/reana-commons.git@master", + "reana-commons[yadage,snakemake,cwl]>=0.95.0a5,<0.96.0", "tablib>=0.12.1,<0.13", "werkzeug>=0.14.1 ; python_version<'3.10'", "werkzeug>=0.15.0 ; python_version>='3.10'",