From 0a017b10ec56d48783fe01578d16f7a5d897571d Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 30 Jan 2023 12:00:13 +0100 Subject: [PATCH] version bumps and restrictions (#58) * fix deepface version * update actions versions --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ff615..d8f5e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: python-version: [3.9] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/pyproject.toml b/pyproject.toml index f6861d7..b584314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "google-cloud-vision", "cvlib", - "deepface", + "deepface <= 0.0.75", "ipywidgets", "numpy<=1.23.4", "opencv_python", diff --git a/requirements.txt b/requirements.txt index 18165dc..702bca7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ google-cloud-vision cvlib -deepface +deepface<=0.0.75 ipywidgets numpy<=1.23.4 opencv_python