diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-03 23:53:58 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:14 +0100 |
| commit | bd11aa5b67e59279ff06c8c8aabcb3f6accf63a5 (patch) | |
| tree | f791fdc3d10f1e5c84b6abe6f1cb543ccea1a97d /gnu | |
| parent | 90101deabb3fa9d9334b2daee87b37625c9214dd (diff) | |
gnu: python-specreduce: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-specreduce):
[phases]{relax-requirements}: Remove phase.
Change-Id: Ibf28ad731ffcffda538b6ab0499774be36b666ea
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5e95a0d2b4..2881dbd6b2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9079,12 +9079,6 @@ owners/operators, academia and other entities.") (add-after 'unpack 'set-version (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))) - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "pyproject.toml" - ;; XXX: The most of the tests passed, Matplotlib may be - ;; upgraded only when we have NumPy 2 as a default. - (("matplotlib>=3.10") "matplotlib>=3.8")))) (add-before 'check 'set-home (lambda _ ;; Relax matplotlib warning: ... because the default path |
