From 52eeb1e32c0e372cb78d269dc41c03692b5ea985 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:51:16 +0000 Subject: [PATCH] license dance (#413) * license dance * Update license_tests.yml --- .github/workflows/license_tests.yml | 4 ++-- requirements/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 922df9be743..26339e9c04e 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -37,8 +37,8 @@ jobs: requirements: 'requirements-all.txt' fail: 'Copyleft,Other,Error' fails-only: true - exclude: '^(precise-runner|fann2|tqdm|bs4|mutagen|chardet|text-unidecode|sonopy|ovos-stt-plugin).*' + exclude: '^(precise-runner|fann2|tqdm|bs4|sonopy|ovos-stt-plugin).*' exclude-license: '^(Mozilla).*$' - name: Print report if: ${{ always() }} - run: echo "${{ steps.license_check_report.outputs.report }}" \ No newline at end of file + run: echo "${{ steps.license_check_report.outputs.report }}" diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f3f84e6ddc2..88e2ae0132e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -15,7 +15,7 @@ ovos-backend-client~=0.1.0 ovos-workshop<0.1.0, >=0.0.15 # provides plugins and classic machine learning framework -ovos-classifiers<0.1.0, >=0.0.0a50 +ovos-classifiers<0.1.0, >=0.0.0a53 # ensure default plugin available for any solver plugins ovos-translate-server-plugin