From 2b06dc25cc8bb7f193d7e7adaaa4e0291239e769 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Thu, 2 Feb 2023 14:45:34 +0100 Subject: [PATCH] change pycocotools install method --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1346db..e606fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "spacytextblob", "textblob", "torch", - "pycocotools @ git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI; platform_system=='Windows'", + "pycocotools @ git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI; platform_system=='Windows'", "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main" ]