diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 00:26:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:04 +0100 |
| commit | f94377da734d4fdcaba58a95568808725262e75f (patch) | |
| tree | fffae460b95a5cc46539ed3ed75f13555c34d99b /gnu | |
| parent | 34a80a0f7272bacdf84c37670c5a3a78f02ac8fa (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a3ec131bd9a..7b4c7cdfe5d 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2702,7 +2702,7 @@ CMake.") (define-public python-scikit-fem (package (name "python-scikit-fem") - (version "10.0.2") + (version "11.0.0") (source (origin (method git-fetch) ; no tests in PyPI @@ -2711,7 +2711,7 @@ CMake.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "10kvzm4fmazsrddd83m0903wan67fkj13vdp6w1iw6wm6a0b5h28")))) + (base32 "13zh57raz2qcdfhsvpdlyiba5q0s0lh5b3gmsmh4cfrncrkdh6mh")))) (build-system pyproject-build-system) (arguments (list @@ -2725,11 +2725,11 @@ CMake.") ;; python-jax ; not packed yet python-pytest python-shapely - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-meshio python-numpy + python-matplotlib python-scipy)) (home-page "https://scikit-fem.readthedocs.io/en/latest/") (synopsis "Library for performing finite element assembly") |
