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 50
50
sudo apt-get update
51
51
sudo apt-get -y -q install ffmpeg libavcodec-extra
52
52
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)
54
54
pip install scipy==1.5.4
55
55
pip install matplotlib==3.3.4
56
56
pip install pandas==1.1.5
76
76
pip install tqdm==4.64.1
77
77
pip install catboost==1.1.1
78
78
pip install scikit-learn==0.24.2
79
+ pip install GPy==1.10.0
79
80
pip list
80
81
- name : Run ${{ matrix.name }} Tests
81
82
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 48
48
sudo apt-get update
49
49
sudo apt-get -y -q install ffmpeg libavcodec-extra
50
50
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)
52
52
pip install pandas==1.3.5
53
53
pip install scipy==1.7.2
54
54
pip install matplotlib==3.5.3
65
65
pip install kornia==0.6.12
66
66
pip install scikit-learn==1.0.2
67
67
pip install pytest-mock~=3.11.1
68
+ pip install GPy~=1.10.0
68
69
pip list
69
70
- name : Run Tests
70
71
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
39
39
timm==0.9.2
40
40
41
41
catboost==1.2.3
42
- GPy==1.10.0
42
+ GPy==1.13.1
43
43
lightgbm==4.1.0
44
44
xgboost==2.0.3
45
45
You can’t perform that action at this time.
0 commit comments