guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a256042b1d77365c9cf7d9ae4cd89933ae6af39a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Sep 10 17:15:24 2025 +0100
gnu: python-astropy-healpix: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-astropy-healpix) [arguments]
<phases>: Remove 'relax-requirements.
Change-Id: Ie5cb8b3b266c80079d631ba89eb5be50fb6ea0e1
---
gnu/packages/astronomy.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 16a3ab10cc..ee29bfa1f9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2826,11 +2826,6 @@ astronomy and astrophysics.")
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "setup.cfg"
- ;; numpy>=1.25
- ((">=1.25") ">=1.24"))))
(replace 'check
(lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?