guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/32: gnu: python-photutils: Update to 1.10.0.


From: guix-commits
Subject: 16/32: gnu: python-photutils: Update to 1.10.0.
Date: Fri, 12 Jan 2024 16:44:01 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 4212549eb1ed34b935c2a3b589e6f3cab6214b3b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 16 04:18:49 2023 +0000

    gnu: python-photutils: Update to 1.10.0.
    
    * gnu/packages/astronomy.scm (python-photutils): Update to 1.10.0.
    [propagated-inputs]: Add python-bottleneck, python-gwcs, python-matplotlib,
    python-rasterio, python-scikit-image, python-scikit-learn,
    python-scipy, python-shapely, and python-tqdm.
    [native-inputs]: Add python-semantic-version.
    
    Change-Id: Ic2a879b653b56b84fff826b85108088db5cbf888
---
 gnu/packages/astronomy.scm | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2017b791c7..1b707ffc56 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2066,13 +2066,13 @@ the easy construction of interactive matplotlib widget 
based animations.")
 (define-public python-photutils
   (package
     (name "python-photutils")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "photutils" version))
        (sha256
-        (base32 "0gjvrmcb10lyqx3h9521zqskqngd5xcp3l9h2b02mk1p7q54mzdy"))))
+        (base32 "148zhdxhlcgj6dxyzaz78bzxw1q44qa9q9sfdqbfbla0s0w2jaay"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -2091,11 +2091,22 @@ the easy construction of interactive matplotlib widget 
based animations.")
               (make-file-writable "photutils/_compiler.c")
               (invoke "python" "setup.py" "build_ext" "--inplace"))))))
     (propagated-inputs
-     (list python-astropy python-numpy))
+     (list python-astropy
+           python-bottleneck
+           python-gwcs
+           python-matplotlib
+           python-numpy
+           python-rasterio
+           python-scikit-image
+           python-scikit-learn
+           python-scipy
+           python-shapely
+           python-tqdm))
     (native-inputs
      (list python-cython
            python-extension-helpers
            python-pytest-astropy
+           python-semantic-version
            python-setuptools-scm))
     (home-page "https://github.com/astropy/photutils";)
     (synopsis "Source detection and photometry")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]