python3Packages.diagrams: relax version constraints
This commit is contained in:
parent
913460372c
commit
9d39485d58
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'jinja2 = "^2.10"' 'jinja2 = "*"' \
|
||||
--replace 'graphviz = ">=0.13.2,<0.17.0"' 'graphviz = "*"'
|
||||
--replace 'graphviz = ">=0.13.2,<0.20.0"' 'graphviz = "*"'
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue