modelscan: relax rich

This commit is contained in:
Fabian Affolter 2025-04-19 13:49:20 +02:00
parent b6efa33a3c
commit 824afa7ff2

View File

@ -16,6 +16,8 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-8VupkPiHebVtOqMdtkBflAI1zPRdDSvHCEq3ghjASaE=";
};
pythonRelaxDeps = [ "rich" ];
build-system = with python3.pkgs; [
poetry-core
poetry-dynamic-versioning