Loading pkgs/development/python-modules/graspologic/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,11 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; pythonRelaxDeps = [ "scipy" ]; pythonRelaxDeps = [ "beartype" "hyppo" "scipy" ]; dependencies = [ anytree Loading Loading @@ -83,8 +87,9 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://graspologic-org.github.io/graspologic"; description = "Package for graph statistical algorithms"; homepage = "https://graspologic-org.github.io/graspologic"; changelog = "https://github.com/graspologic-org/graspologic/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; Loading Loading
pkgs/development/python-modules/graspologic/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,11 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; pythonRelaxDeps = [ "scipy" ]; pythonRelaxDeps = [ "beartype" "hyppo" "scipy" ]; dependencies = [ anytree Loading Loading @@ -83,8 +87,9 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://graspologic-org.github.io/graspologic"; description = "Package for graph statistical algorithms"; homepage = "https://graspologic-org.github.io/graspologic"; changelog = "https://github.com/graspologic-org/graspologic/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; Loading