python3Packages.cynthion: relax pygreat dependency

Upstream pins pygreat~=2024.0.5, but cynthion 0.2.4 works fine against
pygreat 2026.0.0; drop the constraint so the package builds against
the current pygreat.
This commit is contained in:
Karolis Stasaitis
2026-05-25 08:26:13 +02:00
parent c68342244a
commit e04b73aa6a
@@ -51,6 +51,8 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [ "pygreat" ];
pythonRemoveDeps = [ "future" ];
dependencies = [