guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 2d6033008088139e4dc73f3c1b101e5967efc922
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 12 15:20:34 2025 +0000

    gnu: python-gwcs: Remove relax-requirements phase.
    
    * gnu/packages/astronomy.scm (python-gwcs)[arguments]<phases>: Remove
    'relax-requirements.
    
    Change-Id: Ie7fe77594d220af84f40f18475f66addaf02f90d
---
 gnu/packages/astronomy.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 897b51b482..e16262a334 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5329,16 +5329,7 @@ specifically pulsar timing array signals.")
        (sha256
         (base32 "0gkxgwzlazg0xihhgg9vlss6jj7lg6i6r2z6igpxcnyc5s147d0p"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      ;; tests: 1023 passed, 10 skipped, 10 warnings 
-      #:phases
-      #~(modify-phases %standard-phases
-         (add-after 'unpack 'relax-requirements
-           (lambda _
-             (substitute* "pyproject.toml"
-               ;; scipy>=1.14.1
-               ((">=1.14.1") ">=1.12.0")))))))
+    ;; tests: 1023 passed, 10 skipped, 10 warnings
     (native-inputs
      (list python-pytest
            python-pytest-astropy

Reply via email to