diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-12 15:20:34 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:43 +0100 |
| commit | 96426dc57db2fa346e8b91b900e5d211bf7b849b (patch) | |
| tree | 8d3ea3880366bbb053fc6af173e2ed99fbe43589 /gnu/packages | |
| parent | 1ea1298bba759801aa72fd775b5229ea80706944 (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 1 insertions, 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 |
