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
This commit is contained in:
Sharlatan Hellseher 2023-12-16 04:18:49 +00:00
parent b47e949fbe
commit 4212549eb1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2066,13 +2066,13 @@ (define-public python-mpl-animators
(define-public python-photutils (define-public python-photutils
(package (package
(name "python-photutils") (name "python-photutils")
(version "1.9.0") (version "1.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "photutils" version)) (uri (pypi-uri "photutils" version))
(sha256 (sha256
(base32 "0gjvrmcb10lyqx3h9521zqskqngd5xcp3l9h2b02mk1p7q54mzdy")))) (base32 "148zhdxhlcgj6dxyzaz78bzxw1q44qa9q9sfdqbfbla0s0w2jaay"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -2091,11 +2091,22 @@ (define-public python-photutils
(make-file-writable "photutils/_compiler.c") (make-file-writable "photutils/_compiler.c")
(invoke "python" "setup.py" "build_ext" "--inplace")))))) (invoke "python" "setup.py" "build_ext" "--inplace"))))))
(propagated-inputs (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 (native-inputs
(list python-cython (list python-cython
python-extension-helpers python-extension-helpers
python-pytest-astropy python-pytest-astropy
python-semantic-version
python-setuptools-scm)) python-setuptools-scm))
(home-page "https://github.com/astropy/photutils") (home-page "https://github.com/astropy/photutils")
(synopsis "Source detection and photometry") (synopsis "Source detection and photometry")