diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 14:35:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:53 +0000 |
| commit | d49520a814dffa9affc4d2f0ffd3c637dcda6fd6 (patch) | |
| tree | 0784146a7788495ee3f0801c38c4463a12d8a031 | |
| parent | e31dda4ac7f2be50bae5b4c19321351d47efac34 (diff) | |
gnu: python-regularizepsf: Adjust inputs.
* gnu/packages/astronomy.scm (python-regularizepsf)
[native-inputs]: Remove python-wheel, and python-sep-pjw; ad python-sep.
Change-Id: Ia9edc13e771fa27cafe103572f7e2c8e99fa1eab
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b28d927b038..5e257289fa8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7365,8 +7365,7 @@ solar physics.") (list python-pytest python-pytest-mpl python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-h5py @@ -7374,7 +7373,7 @@ solar physics.") python-numpy python-scikit-image python-scipy - python-sep-pjw)) + python-sep)) (home-page "https://github.com/punch-mission/regularizepsf") (synopsis "Point spread function modeling and regularization") (description |
