viser: allow rich 15 (#542169)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 13:05:56 +00:00
committed by GitHub
@@ -1,7 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -171,6 +170,11 @@ buildPythonPackage (finalAttrs: {
"viser"
];
pythonRelaxDeps = [
# rich<15.0.0,>=13.3.3 not satisfied by version 15.0.0
"rich"
];
__darwinAllowLocalNetworking = true;
meta = {