From 1fe132c210d2c50be30939fe514303667e4ee96d Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Wed, 22 Dec 2021 13:55:14 +0300 Subject: [PATCH] switch back to pycocotools (#6838) windows installation is fixed on the original pycocotools pypi package, so we can update the dependency --- requirements/runtime.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 17efe6817cd..f7a2cc7eb8b 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -1,6 +1,5 @@ matplotlib numpy -pycocotools; platform_system == "Linux" -pycocotools-windows; platform_system == "Windows" +pycocotools six terminaltables