From be5f6698a98bf0749c34c8b6f92dc08d3d1d2cfb Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Fri, 3 Feb 2023 11:41:23 +0100 Subject: [PATCH] fix_pycocotools --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e606fe8..b079406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,8 @@ dependencies = [ "spacytextblob", "textblob", "torch", - "pycocotools @ git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI; platform_system=='Windows'", + "pycocotools; platform_system!='Windows'", + "pycocotools-windows; platform_system=='Windows'", "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main" ]