unstructured-api: 0.0.53 -> 0.0.57
This commit is contained in:
parent
c392ad5963
commit
b72efb2bc1
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
|||
safetensors
|
||||
uvicorn
|
||||
] ++ packages.unstructured.optional-dependencies.local-inference);
|
||||
version = "0.0.53";
|
||||
version = "0.0.57";
|
||||
unstructured_api_nltk_data = symlinkJoin {
|
||||
name = "unstructured_api_nltk_data";
|
||||
|
||||
|
@ -35,7 +35,7 @@ in stdenvNoCC.mkDerivation {
|
|||
owner = "Unstructured-IO";
|
||||
repo = "unstructured-api";
|
||||
rev = version;
|
||||
hash = "sha256-lD3f6ws3xGFZsC1wHoWydIkWOgIwXuZencle+jJ8T3Y=";
|
||||
hash = "sha256-FdRrGqF1cJImFVNs/tZo1457f9yhhpwxGGmpAdZUWso=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue