Skip to content

Commit

Permalink
Merge pull request #2363 from Trusted-AI/dependabot/pip/catboost-1.2.2
Browse files Browse the repository at this point in the history
Bump catboost from 1.1.1 to 1.2.2
  • Loading branch information
beat-buesser committed Dec 20, 2023
2 parents b2e7827 + 755aa6b commit 5843f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-lingvo.yml
Expand Up @@ -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;/^librosa/d;/^tqdm/d;/^timm/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;/^timm/d;/^catboost/d' requirements_test.txt)
pip install scipy==1.5.4
pip install matplotlib==3.3.4
pip install pandas==1.1.5
Expand All @@ -74,6 +74,7 @@ jobs:
pip install kornia==0.6.8
pip install librosa==0.9.2
pip install tqdm==4.64.1
pip install catboost==1.1.1
pip list
- name: Run ${{ matrix.name }} Tests
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Expand Up @@ -38,7 +38,7 @@ torchvision==0.16.2+cpu
# PyTorch image transformers
timm==0.9.2

catboost==1.1.1
catboost==1.2.2
GPy==1.10.0
lightgbm==4.1.0
xgboost==2.0.2
Expand Down

0 comments on commit 5843f6d

Please sign in to comment.