We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6efa33 commit 824afa7Copy full SHA for 824afa7
pkgs/by-name/mo/modelscan/package.nix
@@ -16,6 +16,8 @@ python3.pkgs.buildPythonApplication rec {
16
hash = "sha256-8VupkPiHebVtOqMdtkBflAI1zPRdDSvHCEq3ghjASaE=";
17
};
18
19
+ pythonRelaxDeps = [ "rich" ];
20
+
21
build-system = with python3.pkgs; [
22
poetry-core
23
poetry-dynamic-versioning
0 commit comments