python3Packages.pyadjoint-ad: add missing dependency sympy

This commit is contained in:
qbisi
2026-03-02 02:41:57 +08:00
parent 51c43cc038
commit 49526ff0ea
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
scipy,
sympy,
checkpoint-schedules,
pytestCheckHook,
}:
@@ -26,6 +27,7 @@ buildPythonPackage (finalAttrs: {
dependencies = [
scipy
sympy
checkpoint-schedules
];