Loading pkgs/development/python-modules/unstructured/default.nix +15 −10 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ buildPythonPackage, fetchFromGitHub, # build-system setuptools, # core networking and async dependencies anyio, backoff, Loading Loading @@ -30,9 +33,9 @@ olefile, orderly-set, python-dateutil, # python-iso639, python-iso639, python-magic, # python-oxmsg, python-oxmsg, rapidfuzz, regex, soupsieve, Loading Loading @@ -65,7 +68,7 @@ pypandoc, pypdf, python-docx, # unstructured-client, unstructured-client, # unstructured-pytesseract, # optional dependencies # csv Loading Loading @@ -113,21 +116,23 @@ grpcio, }: let version = "0.16.15"; version = "0.17.2"; in buildPythonPackage { pname = "unstructured"; inherit version; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Unstructured-IO"; repo = "unstructured"; tag = version; hash = "sha256-Wp51LOgM/zE81324Qzu83XGupUMAzz2wn+COmNq95H8="; hash = "sha256-DbNfhJzpPJObACWSc2r16kjIE2X/CrOCiT7fdgGNwIg="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ # Base dependencies anyio backoff Loading Loading @@ -163,9 +168,9 @@ buildPythonPackage { pycparser pypdf python-dateutil # python-iso639 python-iso639 python-magic # python-oxmsg python-oxmsg rapidfuzz regex requests Loading @@ -176,7 +181,7 @@ buildPythonPackage { tqdm typing-extensions typing-inspect # unstructured-client unstructured-client urllib3 webencodings wrapt Loading Loading
pkgs/development/python-modules/unstructured/default.nix +15 −10 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ buildPythonPackage, fetchFromGitHub, # build-system setuptools, # core networking and async dependencies anyio, backoff, Loading Loading @@ -30,9 +33,9 @@ olefile, orderly-set, python-dateutil, # python-iso639, python-iso639, python-magic, # python-oxmsg, python-oxmsg, rapidfuzz, regex, soupsieve, Loading Loading @@ -65,7 +68,7 @@ pypandoc, pypdf, python-docx, # unstructured-client, unstructured-client, # unstructured-pytesseract, # optional dependencies # csv Loading Loading @@ -113,21 +116,23 @@ grpcio, }: let version = "0.16.15"; version = "0.17.2"; in buildPythonPackage { pname = "unstructured"; inherit version; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Unstructured-IO"; repo = "unstructured"; tag = version; hash = "sha256-Wp51LOgM/zE81324Qzu83XGupUMAzz2wn+COmNq95H8="; hash = "sha256-DbNfhJzpPJObACWSc2r16kjIE2X/CrOCiT7fdgGNwIg="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ # Base dependencies anyio backoff Loading Loading @@ -163,9 +168,9 @@ buildPythonPackage { pycparser pypdf python-dateutil # python-iso639 python-iso639 python-magic # python-oxmsg python-oxmsg rapidfuzz regex requests Loading @@ -176,7 +181,7 @@ buildPythonPackage { tqdm typing-extensions typing-inspect # unstructured-client unstructured-client urllib3 webencodings wrapt Loading