Skip to content

Commit

Permalink
Merge branch 'main' into dev_1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-buesser authored Mar 16, 2023
2 parents d596fee + 18bc68e commit 1c7bacf
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-deepspeech-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-deepspeech-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-espresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-goturn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci-lingvo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down Expand Up @@ -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;/^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;/^tqdm/d' requirements_test.txt)
pip install scipy==1.5.4
pip install matplotlib==3.3.4
pip install pandas==1.1.5
Expand All @@ -70,6 +73,8 @@ 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 install tqdm==4.64.1
pip list
- name: Run ${{ matrix.name }} Tests
run: ./run_tests.sh ${{ matrix.framework }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-mxnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-pytorch-object-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-scikit-learn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-tensorflow-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-tensorflow-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-tf-faster-rcnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-tfv2-faster-rcnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-yolo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths-ignore:
- '*.md'

# Run on merge queue
merge_group:

# Run when pushing to main or dev branches
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
16 changes: 8 additions & 8 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# base

numpy>=1.18.5,<1.25
scipy==1.10.0
matplotlib==3.7.0
scipy==1.10.1
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
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
Expand All @@ -37,12 +37,12 @@ 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
kornia~=0.6.10
tensorboardX==2.6
lief==0.12.3
jax[cpu]==0.4.3
jax[cpu]==0.4.6

# Lingvo ASR dependencies
# supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0)
Expand All @@ -51,7 +51,7 @@ jax[cpu]==0.4.3
# 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
Expand Down

0 comments on commit 1c7bacf

Please sign in to comment.