python3Packages.sparsediffpy: 0.3.0 -> 0.4.0 (#525222)

This commit is contained in:
kirillrdy
2026-06-09 23:00:25 +00:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -54,6 +54,9 @@ buildPythonPackage (finalAttrs: {
setuptools
];
pythonRelaxDeps = [
"sparsediffpy"
];
dependencies = [
clarabel
cvxopt
@@ -15,8 +15,9 @@
buildPythonPackage (finalAttrs: {
pname = "sparsediffpy";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "SparseDifferentiation";
@@ -25,7 +26,7 @@ buildPythonPackage (finalAttrs: {
# SparseDiffEngine is built from source and their cmake does not support finding it on the
# system. We fallback to using the git submodule approach for now.
fetchSubmodules = true;
hash = "sha256-4FiObnGIJSSH7BMkKS7y7rc4HYzDgMV7ym+wPZ/KHJ8=";
hash = "sha256-uT+HyZZpDGWPSfalF2j3qTFdWqYyOqYtHO/J9+5Dvz8=";
};
build-system = [