From 388ff19b389d8efb495bac6ee083d7dc5b7c7e7c Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Fri, 3 Feb 2023 14:12:06 +0100 Subject: [PATCH] back to 3.9 and remove pycocotools dependance --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc727d..d8f5e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, windows-latest] - python-version: [3.8] + python-version: [3.9] steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index b079406..e02e0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,6 @@ dependencies = [ "spacytextblob", "textblob", "torch", - "pycocotools; platform_system!='Windows'", - "pycocotools-windows; platform_system=='Windows'", "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main" ]