python310Packages.gruut: Relax networkx constraints

This commit is contained in:
Martin Weinelt 2023-03-01 16:18:05 +01:00
parent d337d7e1f4
commit 6d34d4fe71

View File

@ -46,9 +46,9 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "dateparser~=1.0.0" "dateparser" \
--replace "gruut_lang_en~=2.0.0" "gruut_lang_en" \
--replace "jsonlines~=1.2.0" "jsonlines"
--replace "jsonlines~=1.2.0" "jsonlines" \
--replace "networkx>=2.5.0,<3.0.0" "networkx"
'';
propagatedBuildInputs = [