python3Packages.pymoo: allow cma version as specified in pyproject.toml

We no longer need to relax the cma dependency pymoo fixed its dependency
spec.
This commit is contained in:
Sarah Clark
2025-12-21 10:06:56 +00:00
committed by Gaetan Lepage
parent 6897052221
commit bfbe92b491
@@ -63,7 +63,6 @@ buildPythonPackage rec {
"file://${pymoo_data}/"
'';
pythonRelaxDeps = [ "cma" ];
pythonRemoveDeps = [ "alive-progress" ];
build-system = [