Skip to content

Commit 8ef1b02

Browse files
committed
Merge remote-tracking branch 'origin' into dev_1.19.2
2 parents 3e8cea3 + bff0b7a commit 8ef1b02

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get -y -q install ffmpeg libavcodec-extra
5050
python -m pip install --upgrade pip setuptools wheel
51-
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d;/^catboost/d;/^tensorboardX/d' requirements_test.txt)
51+
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d;/^catboost/d;/^tensorboardX/d;/^librosa/d' requirements_test.txt)
5252
pip install pandas==1.3.5
5353
pip install scipy==1.7.2
5454
pip install matplotlib==3.5.3
@@ -76,6 +76,7 @@ jobs:
7676
pip install types-six==1.16.21.9
7777
pip install catboost==1.2.7
7878
pip install tensorboardX==2.6.2.2
79+
pip install librosa==0.10.2.post1
7980
pip list
8081
- name: Run Tests
8182
run: ./run_tests.sh ${{ matrix.framework }}

requirements_test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resampy==0.4.3
1515
ffmpeg-python==0.2.0
1616
cma==4.2.0
1717
pandas==2.3.0
18-
librosa==0.10.2.post1
18+
librosa==0.11.0
1919
numba~=0.56.4
2020
opencv-python
2121
sortedcontainers==2.4.0
@@ -52,14 +52,14 @@ jax[cpu]==0.4.30
5252
# lingvo==0.13.1
5353

5454
# tests and style checking
55-
pytest~=8.4.0
55+
pytest~=8.4.1
5656
pytest-mock~=3.14.1
57-
pytest-cov~=6.2.0
57+
pytest-cov~=6.2.1
5858
pylint==3.3.7
59-
mypy==1.16.0
59+
mypy==1.16.1
6060
pycodestyle==2.13.0
6161
black==25.1.0
62-
ruff==0.11.13
62+
ruff==0.12.0
6363
types-six==1.17.0.20250515
6464
types-PyYAML==6.0.12.20250516
6565
types-setuptools==80.9.0.20250529

0 commit comments

Comments
 (0)