gnu: python-yt-astro-analysis: Update to 1.1.4.

* gnu/packages/astronomy.scm (python-yt-astro-analysis): Update to 1.1.4.
[native-inputs]: Remove python-tomli, and python-wheel.

Change-Id: I877d19cb921b39970fb6125cad4a5055f4547c2f
This commit is contained in:
Sharlatan Hellseher 2025-09-18 16:54:32 +01:00
parent 1917bb8a07
commit bd5da20d97
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9309,13 +9309,13 @@ using (multivariate) polynomials.")
(define-public python-yt-astro-analysis
(package
(name "python-yt-astro-analysis")
(version "1.1.3")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "yt_astro_analysis" version))
(sha256
(base32 "1fb3sdp6hq2c4c28pd33v9yj14x9l7qizf3y3qpl594qdq1ffmpi"))))
(base32 "0dy96084wvb7ccnnp22b6wacyjzn1n62i4mwq0q7nkp90bzx44a2"))))
(build-system pyproject-build-system)
(arguments
(list
@ -9330,9 +9330,7 @@ using (multivariate) polynomials.")
(native-inputs
(list python-cython
python-pytest
python-setuptools
python-tomli
python-wheel))
python-setuptools))
(propagated-inputs
(list python-h5py
python-numpy