From 08ebe1ba8e876510df04f51f06168e01fa27ddf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:56:57 +0000 Subject: [PATCH 01/16] Bump xgboost from 1.7.3 to 1.7.4 Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2fb8f4f1f7..f72da2306f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -37,7 +37,7 @@ torchvision==0.14.1+cpu catboost==1.1.1 GPy==1.10.0 lightgbm==3.3.5 -xgboost==1.7.3 +xgboost==1.7.4 kornia~=0.6.9 tensorboardX==2.6 From 56fcf6d6f44ece28ee772ebddb8280b41545f2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:57:12 +0000 Subject: [PATCH 02/16] Bump jax[cpu] from 0.4.3 to 0.4.4 Bumps [jax[cpu]](https://github.com/google/jax) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jax-v0.4.3...jax-v0.4.4) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2fb8f4f1f7..94b5c5cb16 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -42,7 +42,7 @@ xgboost==1.7.3 kornia~=0.6.9 tensorboardX==2.6 lief==0.12.3 -jax[cpu]==0.4.3 +jax[cpu]==0.4.4 # Lingvo ASR dependencies # supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0) From ceff491f409918287f8517f0bd053fad6ced2f5a Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Fri, 17 Feb 2023 22:30:30 +0000 Subject: [PATCH 03/16] Update workflows with merge queue Signed-off-by: Beat Buesser --- .github/workflows/ci-deepspeech-v2.yml | 3 +++ .github/workflows/ci-deepspeech-v3.yml | 3 +++ .github/workflows/ci-espresso.yml | 3 +++ .github/workflows/ci-goturn.yml | 3 +++ .github/workflows/ci-keras.yml | 3 +++ .github/workflows/ci-legacy.yml | 3 +++ .github/workflows/ci-lingvo.yml | 3 +++ .github/workflows/ci-mxnet.yml | 3 +++ .github/workflows/ci-pytorch-object-detectors.yml | 3 +++ .github/workflows/ci-pytorch.yml | 3 +++ .github/workflows/ci-scikit-learn.yml | 3 +++ .github/workflows/ci-style-checks.yml | 3 +++ .github/workflows/ci-tensorflow-v1.yml | 3 +++ .github/workflows/ci-tensorflow-v2.yml | 3 +++ .github/workflows/ci-tf-faster-rcnn.yml | 3 +++ .github/workflows/ci-tfv2-faster-rcnn.yml | 3 +++ .github/workflows/ci-yolo.yml | 3 +++ .github/workflows/codeql-analysis.yml | 2 ++ 18 files changed, 53 insertions(+) diff --git a/.github/workflows/ci-deepspeech-v2.yml b/.github/workflows/ci-deepspeech-v2.yml index 2684083b11..ec8a5c78e0 100644 --- a/.github/workflows/ci-deepspeech-v2.yml +++ b/.github/workflows/ci-deepspeech-v2.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-deepspeech-v3.yml b/.github/workflows/ci-deepspeech-v3.yml index 2a7f1cc01b..ff2bd88666 100644 --- a/.github/workflows/ci-deepspeech-v3.yml +++ b/.github/workflows/ci-deepspeech-v3.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-espresso.yml b/.github/workflows/ci-espresso.yml index 87407b33c1..273dde4695 100644 --- a/.github/workflows/ci-espresso.yml +++ b/.github/workflows/ci-espresso.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-goturn.yml b/.github/workflows/ci-goturn.yml index 04294359e7..c92185b01c 100644 --- a/.github/workflows/ci-goturn.yml +++ b/.github/workflows/ci-goturn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-keras.yml b/.github/workflows/ci-keras.yml index 36038d3031..2ee6c1028e 100644 --- a/.github/workflows/ci-keras.yml +++ b/.github/workflows/ci-keras.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-legacy.yml b/.github/workflows/ci-legacy.yml index 30dd1008a2..775d9b9d54 100644 --- a/.github/workflows/ci-legacy.yml +++ b/.github/workflows/ci-legacy.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 75d84677cc..8495baee38 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-mxnet.yml b/.github/workflows/ci-mxnet.yml index b0907666c9..235f303df2 100644 --- a/.github/workflows/ci-mxnet.yml +++ b/.github/workflows/ci-mxnet.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-pytorch-object-detectors.yml b/.github/workflows/ci-pytorch-object-detectors.yml index 27a9301fa0..da48df5417 100644 --- a/.github/workflows/ci-pytorch-object-detectors.yml +++ b/.github/workflows/ci-pytorch-object-detectors.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-pytorch.yml b/.github/workflows/ci-pytorch.yml index aebaf05682..1ff6a100a0 100644 --- a/.github/workflows/ci-pytorch.yml +++ b/.github/workflows/ci-pytorch.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index 0bfc618c16..af00bf1a32 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index 9c7e674429..c8283c8b9d 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tensorflow-v1.yml b/.github/workflows/ci-tensorflow-v1.yml index 9e0cec8185..e573824d7f 100644 --- a/.github/workflows/ci-tensorflow-v1.yml +++ b/.github/workflows/ci-tensorflow-v1.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tensorflow-v2.yml b/.github/workflows/ci-tensorflow-v2.yml index 16a9a445db..82400e953c 100644 --- a/.github/workflows/ci-tensorflow-v2.yml +++ b/.github/workflows/ci-tensorflow-v2.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tf-faster-rcnn.yml b/.github/workflows/ci-tf-faster-rcnn.yml index 486993bf68..9221006bec 100644 --- a/.github/workflows/ci-tf-faster-rcnn.yml +++ b/.github/workflows/ci-tf-faster-rcnn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index 125c58c28c..2cf2a2e878 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-yolo.yml b/.github/workflows/ci-yolo.yml index d61eb22496..eb40e9c51e 100644 --- a/.github/workflows/ci-yolo.yml +++ b/.github/workflows/ci-yolo.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a1972551ac..91066aeb9c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,6 +11,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main, dev_*] + # Run on merge queue + merge_group: schedule: - cron: '0 7 * * 0' From c8b9dc0b2f6524692d80c5bc9c3330f7ad470e0c Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Fri, 17 Feb 2023 22:30:30 +0000 Subject: [PATCH 04/16] Update workflows with merge queue Signed-off-by: Beat Buesser --- .github/workflows/ci-deepspeech-v2.yml | 3 +++ .github/workflows/ci-deepspeech-v3.yml | 3 +++ .github/workflows/ci-espresso.yml | 3 +++ .github/workflows/ci-goturn.yml | 3 +++ .github/workflows/ci-keras.yml | 3 +++ .github/workflows/ci-legacy.yml | 3 +++ .github/workflows/ci-lingvo.yml | 3 +++ .github/workflows/ci-mxnet.yml | 3 +++ .github/workflows/ci-pytorch-object-detectors.yml | 3 +++ .github/workflows/ci-pytorch.yml | 3 +++ .github/workflows/ci-scikit-learn.yml | 3 +++ .github/workflows/ci-style-checks.yml | 3 +++ .github/workflows/ci-tensorflow-v1.yml | 3 +++ .github/workflows/ci-tensorflow-v2.yml | 3 +++ .github/workflows/ci-tf-faster-rcnn.yml | 3 +++ .github/workflows/ci-tfv2-faster-rcnn.yml | 3 +++ .github/workflows/ci-yolo.yml | 3 +++ .github/workflows/codeql-analysis.yml | 2 ++ 18 files changed, 53 insertions(+) diff --git a/.github/workflows/ci-deepspeech-v2.yml b/.github/workflows/ci-deepspeech-v2.yml index 2684083b11..ec8a5c78e0 100644 --- a/.github/workflows/ci-deepspeech-v2.yml +++ b/.github/workflows/ci-deepspeech-v2.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-deepspeech-v3.yml b/.github/workflows/ci-deepspeech-v3.yml index 2a7f1cc01b..ff2bd88666 100644 --- a/.github/workflows/ci-deepspeech-v3.yml +++ b/.github/workflows/ci-deepspeech-v3.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-espresso.yml b/.github/workflows/ci-espresso.yml index 87407b33c1..273dde4695 100644 --- a/.github/workflows/ci-espresso.yml +++ b/.github/workflows/ci-espresso.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-goturn.yml b/.github/workflows/ci-goturn.yml index 04294359e7..c92185b01c 100644 --- a/.github/workflows/ci-goturn.yml +++ b/.github/workflows/ci-goturn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-keras.yml b/.github/workflows/ci-keras.yml index 36038d3031..2ee6c1028e 100644 --- a/.github/workflows/ci-keras.yml +++ b/.github/workflows/ci-keras.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-legacy.yml b/.github/workflows/ci-legacy.yml index 30dd1008a2..775d9b9d54 100644 --- a/.github/workflows/ci-legacy.yml +++ b/.github/workflows/ci-legacy.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 75d84677cc..8495baee38 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-mxnet.yml b/.github/workflows/ci-mxnet.yml index b0907666c9..235f303df2 100644 --- a/.github/workflows/ci-mxnet.yml +++ b/.github/workflows/ci-mxnet.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-pytorch-object-detectors.yml b/.github/workflows/ci-pytorch-object-detectors.yml index 27a9301fa0..da48df5417 100644 --- a/.github/workflows/ci-pytorch-object-detectors.yml +++ b/.github/workflows/ci-pytorch-object-detectors.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-pytorch.yml b/.github/workflows/ci-pytorch.yml index aebaf05682..1ff6a100a0 100644 --- a/.github/workflows/ci-pytorch.yml +++ b/.github/workflows/ci-pytorch.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index 0bfc618c16..af00bf1a32 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index 9c7e674429..c8283c8b9d 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tensorflow-v1.yml b/.github/workflows/ci-tensorflow-v1.yml index 9e0cec8185..e573824d7f 100644 --- a/.github/workflows/ci-tensorflow-v1.yml +++ b/.github/workflows/ci-tensorflow-v1.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tensorflow-v2.yml b/.github/workflows/ci-tensorflow-v2.yml index 16a9a445db..82400e953c 100644 --- a/.github/workflows/ci-tensorflow-v2.yml +++ b/.github/workflows/ci-tensorflow-v2.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tf-faster-rcnn.yml b/.github/workflows/ci-tf-faster-rcnn.yml index 486993bf68..9221006bec 100644 --- a/.github/workflows/ci-tf-faster-rcnn.yml +++ b/.github/workflows/ci-tf-faster-rcnn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index 125c58c28c..2cf2a2e878 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/ci-yolo.yml b/.github/workflows/ci-yolo.yml index d61eb22496..eb40e9c51e 100644 --- a/.github/workflows/ci-yolo.yml +++ b/.github/workflows/ci-yolo.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a1972551ac..91066aeb9c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,6 +11,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main, dev_*] + # Run on merge queue + merge_group: schedule: - cron: '0 7 * * 0' From 2f4f9fcde4a6036f1dbb8f21649fa9c6144983e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 07:15:18 +0000 Subject: [PATCH 05/16] Update kornia requirement from ~=0.6.9 to ~=0.6.10 Updates the requirements on [kornia](https://github.com/kornia/kornia) to permit the latest version. - [Release notes](https://github.com/kornia/kornia/releases) - [Changelog](https://github.com/kornia/kornia/blob/master/CHANGELOG.md) - [Commits](https://github.com/kornia/kornia/compare/v0.6.9...v0.6.10) --- updated-dependencies: - dependency-name: kornia dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index cbc8a453a5..212c15677c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -39,7 +39,7 @@ GPy==1.10.0 lightgbm==3.3.5 xgboost==1.7.4 -kornia~=0.6.9 +kornia~=0.6.10 tensorboardX==2.6 lief==0.12.3 jax[cpu]==0.4.4 From 3c467b31432ab4aa7a95edca7cedcda212bfb050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 11:48:29 +0000 Subject: [PATCH 06/16] Bump scipy from 1.10.0 to 1.10.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 212c15677c..ea2a91becd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ # base numpy>=1.18.5,<1.25 -scipy==1.10.0 +scipy==1.10.1 matplotlib==3.7.0 scikit-learn>=0.22.2,<1.2.0 six==1.16.0 From dfbf9d13bd0fd740393e1e8e477eb5190353506b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 07:12:44 +0000 Subject: [PATCH 07/16] Bump librosa from 0.9.2 to 0.10.0 Bumps [librosa](https://github.com/librosa/librosa) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/librosa/librosa/releases) - [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst) - [Commits](https://github.com/librosa/librosa/compare/0.9.2...0.10.0) --- updated-dependencies: - dependency-name: librosa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index ea2a91becd..e0972cfc31 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,7 +13,7 @@ resampy==0.4.2 ffmpeg-python==0.2.0 cma==3.3.0 pandas==1.5.3 -librosa==0.9.2 +librosa==0.10.0 numba~=0.56.4 opencv-python sortedcontainers==2.4.0 From c780cf6abcd1b2f0b4e67ab6830c67bf1f5d7bb5 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Thu, 23 Feb 2023 23:43:28 +0000 Subject: [PATCH 08/16] Limit version of librosa for Lingvo workflow Signed-off-by: Beat Buesser --- .github/workflows/ci-lingvo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 8495baee38..bd3d6a5de5 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -50,7 +50,7 @@ jobs: sudo apt-get update sudo apt-get -y -q install ffmpeg libavcodec-extra python -m pip install --upgrade pip setuptools wheel - pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d' requirements_test.txt) + pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d' requirements_test.txt) pip install scipy==1.5.4 pip install matplotlib==3.3.4 pip install pandas==1.1.5 @@ -73,6 +73,7 @@ jobs: pip install xgboost==1.5.2 pip install requests==2.27.1 pip install kornia==0.6.8 + pip install librosa==0.9.2 pip list - name: Run ${{ matrix.name }} Tests run: ./run_tests.sh ${{ matrix.framework }} From feccd1d531f9dfb4f8c6c26e0e1192a2389ff5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:57:36 +0000 Subject: [PATCH 09/16] Update pytest requirement from ~=7.2.1 to ~=7.2.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index e0972cfc31..266bf7a34e 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -51,7 +51,7 @@ jax[cpu]==0.4.4 # lingvo==0.6.4 # other -pytest~=7.2.1 +pytest~=7.2.2 pytest-flake8~=1.1.1 flake8~=4.0.1 pytest-mock~=3.10.0 From 88ec23110e036552a19bd98dafd25c8249e02b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:13:01 +0000 Subject: [PATCH 10/16] Bump jax[cpu] from 0.4.4 to 0.4.5 Bumps [jax[cpu]](https://github.com/google/jax) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jax-v0.4.4...jax-v0.4.5) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 266bf7a34e..2a64165303 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -42,7 +42,7 @@ xgboost==1.7.4 kornia~=0.6.10 tensorboardX==2.6 lief==0.12.3 -jax[cpu]==0.4.4 +jax[cpu]==0.4.5 # Lingvo ASR dependencies # supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0) From 3215d753118ef6563f810fecfac4a2ddc3ebc251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 07:57:04 +0000 Subject: [PATCH 11/16] Bump matplotlib from 3.7.0 to 3.7.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2a64165303..8148ee9218 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ numpy>=1.18.5,<1.25 scipy==1.10.1 -matplotlib==3.7.0 +matplotlib==3.7.1 scikit-learn>=0.22.2,<1.2.0 six==1.16.0 Pillow==9.4.0 From b957aafb97c7d99d659196319e3925f9886bbe24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:59:31 +0000 Subject: [PATCH 12/16] Bump tqdm from 4.64.1 to 4.65.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.65.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8148ee9218..a14543957c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,7 +6,7 @@ matplotlib==3.7.1 scikit-learn>=0.22.2,<1.2.0 six==1.16.0 Pillow==9.4.0 -tqdm==4.64.1 +tqdm==4.65.0 statsmodels==0.13.5 pydub==0.25.1 resampy==0.4.2 From bfdefb51dcedfae2131694fde637574a1cc0c1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:56:47 +0000 Subject: [PATCH 13/16] Bump jax[cpu] from 0.4.5 to 0.4.6 Bumps [jax[cpu]](https://github.com/google/jax) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jax-v0.4.5...jax-v0.4.6) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8148ee9218..cf13c9ad93 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -42,7 +42,7 @@ xgboost==1.7.4 kornia~=0.6.10 tensorboardX==2.6 lief==0.12.3 -jax[cpu]==0.4.5 +jax[cpu]==0.4.6 # Lingvo ASR dependencies # supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0) From 91432d88e8f53eb4bef963d9e64952eb46a4e237 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Fri, 10 Mar 2023 13:05:23 +0000 Subject: [PATCH 14/16] Limit version of tqdm for Lingvo workflow Signed-off-by: Beat Buesser --- .github/workflows/ci-lingvo.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index bd3d6a5de5..794057949c 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -8,9 +8,6 @@ on: paths-ignore: - '*.md' - # Run on merge queue - merge_group: - # Run when pushing to main or dev branches push: branches: @@ -50,7 +47,7 @@ jobs: sudo apt-get update sudo apt-get -y -q install ffmpeg libavcodec-extra python -m pip install --upgrade pip setuptools wheel - pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d' requirements_test.txt) + pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tqdm/d' requirements_test.txt) pip install scipy==1.5.4 pip install matplotlib==3.3.4 pip install pandas==1.1.5 @@ -72,8 +69,7 @@ jobs: pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html pip install xgboost==1.5.2 pip install requests==2.27.1 - pip install kornia==0.6.8 - pip install librosa==0.9.2 + pip install tqdm==4.64.1 pip list - name: Run ${{ matrix.name }} Tests run: ./run_tests.sh ${{ matrix.framework }} From 890964d4371bc29a5874e998880ffd2dbbc7cc82 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Fri, 10 Mar 2023 13:09:40 +0000 Subject: [PATCH 15/16] Limit version of librosa for Lingvo workflow Signed-off-by: Beat Buesser --- .github/workflows/ci-lingvo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 794057949c..e9d176db8e 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -47,7 +47,7 @@ jobs: sudo apt-get update sudo apt-get -y -q install ffmpeg libavcodec-extra python -m pip install --upgrade pip setuptools wheel - pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tqdm/d' requirements_test.txt) + pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tqdm/d;/^librosa/d' requirements_test.txt) pip install scipy==1.5.4 pip install matplotlib==3.3.4 pip install pandas==1.1.5 @@ -70,6 +70,7 @@ jobs: pip install xgboost==1.5.2 pip install requests==2.27.1 pip install tqdm==4.64.1 + pip install librosa==0.9.2 pip list - name: Run ${{ matrix.name }} Tests run: ./run_tests.sh ${{ matrix.framework }} From 61d5a7e95206c86c2a20aa176afce77f5f074712 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Sun, 12 Mar 2023 22:19:58 +0000 Subject: [PATCH 16/16] Update lingvo workflow Signed-off-by: Beat Buesser --- .github/workflows/ci-lingvo.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index e9d176db8e..6b5de22b19 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -8,6 +8,9 @@ on: paths-ignore: - '*.md' + # Run on merge queue + merge_group: + # Run when pushing to main or dev branches push: branches: @@ -47,7 +50,7 @@ jobs: sudo apt-get update sudo apt-get -y -q install ffmpeg libavcodec-extra python -m pip install --upgrade pip setuptools wheel - pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tqdm/d;/^librosa/d' requirements_test.txt) + pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d;/^tqdm/d' requirements_test.txt) pip install scipy==1.5.4 pip install matplotlib==3.3.4 pip install pandas==1.1.5 @@ -69,8 +72,9 @@ jobs: pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html pip install xgboost==1.5.2 pip install requests==2.27.1 - pip install tqdm==4.64.1 + pip install kornia==0.6.8 pip install librosa==0.9.2 + pip install tqdm==4.64.1 pip list - name: Run ${{ matrix.name }} Tests run: ./run_tests.sh ${{ matrix.framework }}