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 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;/^GPy/d;/^lief/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 ' 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
67
67
pip install pytest-mock~=3.11.1
68
68
pip install GPy~=1.10.0
69
69
pip install lief==0.12.3
70
+ pip install statsmodels==0.13.5
70
71
pip list
71
72
- name : Run Tests
72
73
run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ scikit-learn==1.4.1.post1
7
7
six==1.16.0
8
8
Pillow==10.2.0
9
9
tqdm==4.66.1
10
- statsmodels==0.13.5
10
+ statsmodels==0.14.1
11
11
pydub==0.25.1
12
12
resampy==0.4.2
13
13
ffmpeg-python==0.2.0
You can’t perform that action at this time.
0 commit comments