~ruther/guix-local

96426dc57db2fa346e8b91b900e5d211bf7b849b — Sharlatan Hellseher 4 months ago 1ea1298
gnu: python-gwcs: Remove relax-requirements phase.

* gnu/packages/astronomy.scm (python-gwcs)[arguments]<phases>: Remove
'relax-requirements.

Change-Id: Ie7fe77594d220af84f40f18475f66addaf02f90d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 10 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -10
@@ 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