viser: allow rich 15 (#542169)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user