File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5050 sudo apt-get update
5151 sudo apt-get -y -q install ffmpeg libavcodec-extra
5252 python -m pip install --upgrade pip setuptools wheel
53- 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;/^timm/d' requirements_test.txt)
53+ 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;/^timm/d;/^catboost/d ' requirements_test.txt)
5454 pip install scipy==1.5.4
5555 pip install matplotlib==3.3.4
5656 pip install pandas==1.1.5
7474 pip install kornia==0.6.8
7575 pip install librosa==0.9.2
7676 pip install tqdm==4.64.1
77+ pip install catboost==1.1.1
7778 pip list
7879 - name : Run ${{ matrix.name }} Tests
7980 run : pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ torchvision==0.16.2+cpu
3838# PyTorch image transformers
3939timm==0.9.2
4040
41- catboost==1.1.1
41+ catboost==1.2.2
4242GPy==1.10.0
4343lightgbm==4.1.0
4444xgboost==2.0.2
You can’t perform that action at this time.
0 commit comments