python3Packages.pyadjoint-ad: 2025.4.1 -> 2025.10.0

Diff: https://github.com/dolfin-adjoint/pyadjoint/compare/2025.04.1...2025.10.0
ChangeLog: https://github.com/dolfin-adjoint/pyadjoint/releases/tag/2025.10.0
This commit is contained in:
qbisi
2025-10-22 14:09:57 +08:00
parent d0b1cf078b
commit 45e29d998e
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyadjoint-ad";
version = "2025.04.1";
version = "2025.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dolfin-adjoint";
repo = "pyadjoint";
tag = version;
hash = "sha256-S9A0qCatnnLuOkqWsEC4tjVY1HZqqi2T5iXu+WUoN24=";
hash = "sha256-caW2X4q0mHnD8CEh5jjelD4xBth/R/8/P3m0tTeO/LQ=";
};
build-system = [
@@ -30,8 +30,6 @@ buildPythonPackage rec {
];
pythonImportsCheck = [
# The firedrake_adjoint module is deprecated and requires a cyclic dependency of firedrake
# "firedrake_adjoint"
"numpy_adjoint"
"pyadjoint"
"pyadjoint.optimization"