From 6f6cfb8365e3ef44de5b9f022331c31d84778dea Mon Sep 17 00:00:00 2001 From: Troy Figiel Date: Wed, 17 Jan 2024 19:49:46 +0100 Subject: gnu: python-tdda: Remove relax-requirements phase. * gnu/packages/python-science.scm (python-tdda)[arguments]<#:phases>: Remove relax-requirements phase. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index c1be6cde23..ef65ed537a 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2022 Eric Bavier ;;; Copyright © 2022 Antero Mejr ;;; Copyright © 2022 jgart -;;; Copyright © 2023 Troy Figiel +;;; Copyright © 2023, 2024 Troy Figiel ;;; ;;; This file is part of GNU Guix. ;;; @@ -376,11 +376,6 @@ (define-public python-tdda (build-system pyproject-build-system) (arguments '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "setup.py" - (("pandas>=1.5.2") - "pandas")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? -- cgit v1.2.3