python3Packages.pyadjoint-ad: add missing dependency sympy (#495572)

This commit is contained in:
Nick Cao
2026-03-02 22:11:20 +00:00
committed by GitHub
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
scipy,
sympy,
checkpoint-schedules,
pytestCheckHook,
}:
@@ -26,6 +27,7 @@ buildPythonPackage (finalAttrs: {
dependencies = [
scipy
sympy
checkpoint-schedules
];