guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-tdda: Remove relax-requirements phase


From: guix-commits
Subject: branch master updated: gnu: python-tdda: Remove relax-requirements phase.
Date: Tue, 23 Jan 2024 06:55:51 -0500

This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6f6cfb8365 gnu: python-tdda: Remove relax-requirements phase.
6f6cfb8365 is described below

commit 6f6cfb8365e3ef44de5b9f022331c31d84778dea
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Wed Jan 17 19:49:46 2024 +0100

    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 <sharlatanus@gmail.com>
---
 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 <bavier@posteo.net>
 ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
-;;; Copyright © 2023 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -376,11 +376,6 @@ implements several methods for sequential model-based 
optimization.
     (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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]