From 8ea79038069a47634425d5a75b598efa6415b6b2 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Mon, 19 Jun 2023 11:05:38 +0200 Subject: [PATCH] Fixing macos compatibility (#92) * changed salesforce-lavis to fork with MacOS compatibility (release 1.0.2) * added macos to CI --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5804caa..78aa0ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04,windows-latest] + os: [ubuntu-22.04,windows-latest,macos-latest] python-version: [3.9] steps: - name: Checkout repository diff --git a/pyproject.toml b/pyproject.toml index 20441ac..3bdcaaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pytest-cov", "Requests", "retina_face", - "salesforce-lavis", + "salesforce-lavis @ git+https://github.com/piterand/LAVIS.git@release_1.0.2", "setuptools", "spacy", "spacytextblob",