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:
committed by
Gaetan Lepage
parent
6897052221
commit
bfbe92b491
@@ -63,7 +63,6 @@ buildPythonPackage rec {
|
||||
"file://${pymoo_data}/"
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [ "cma" ];
|
||||
pythonRemoveDeps = [ "alive-progress" ];
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user