File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
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;/^catboost/d;/^scikit-learn/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;/^scikit-learn/d;/^GPy/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
7676 pip install tqdm==4.64.1
7777 pip install catboost==1.1.1
7878 pip install scikit-learn==0.24.2
79+ pip install GPy==1.10.0
7980 pip list
8081 - name : Run ${{ matrix.name }} Tests
8182 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 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' 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 ' requirements_test.txt)
5252 pip install pandas==1.3.5
5353 pip install scipy==1.7.2
5454 pip install matplotlib==3.5.3
6565 pip install kornia==0.6.12
6666 pip install scikit-learn==1.0.2
6767 pip install pytest-mock~=3.11.1
68+ pip install GPy~=1.10.0
6869 pip list
6970 - name : Run Tests
7071 run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ torchvision==0.17.1+cpu
3939timm==0.9.2
4040
4141catboost==1.2.3
42- GPy==1.10.0
42+ GPy==1.13.1
4343lightgbm==4.1.0
4444xgboost==2.0.3
4545
You can’t perform that action at this time.
0 commit comments