gnu: python-scikit-fem: Update to 11.0.0.

* gnu/packages/python-science.scm (python-scikit-fem): Update to 11.0.0.
[propagated-inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.

Change-Id: I52ac1f1125f7d5849b8a90f5db74aeabc08fd6ef
This commit is contained in:
Sharlatan Hellseher 2025-09-25 00:26:35 +01:00
parent 34a80a0f72
commit f94377da73
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2702,7 +2702,7 @@ CMake.")
(define-public python-scikit-fem (define-public python-scikit-fem
(package (package
(name "python-scikit-fem") (name "python-scikit-fem")
(version "10.0.2") (version "11.0.0")
(source (source
(origin (origin
(method git-fetch) ; no tests in PyPI (method git-fetch) ; no tests in PyPI
@ -2711,7 +2711,7 @@ CMake.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10kvzm4fmazsrddd83m0903wan67fkj13vdp6w1iw6wm6a0b5h28")))) (base32 "13zh57raz2qcdfhsvpdlyiba5q0s0lh5b3gmsmh4cfrncrkdh6mh"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -2725,11 +2725,11 @@ CMake.")
;; python-jax ; not packed yet ;; python-jax ; not packed yet
python-pytest python-pytest
python-shapely python-shapely
python-setuptools python-setuptools))
python-wheel))
(propagated-inputs (propagated-inputs
(list python-meshio (list python-meshio
python-numpy python-numpy
python-matplotlib
python-scipy)) python-scipy))
(home-page "https://scikit-fem.readthedocs.io/en/latest/") (home-page "https://scikit-fem.readthedocs.io/en/latest/")
(synopsis "Library for performing finite element assembly") (synopsis "Library for performing finite element assembly")