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;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d;/^catboost/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;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d;/^catboost/d;/^tensorboardX/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
75
75
pip install timm==0.9.12
76
76
pip install types-six==1.16.21.9
77
77
pip install catboost==1.2.7
78
+ pip install tensorboardX==2.6.2.2
78
79
pip list
79
80
- name : Run Tests
80
81
run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ lightgbm==4.6.0
45
45
xgboost==2.1.4
46
46
47
47
kornia~=0.8.1
48
- tensorboardX==2.6.2.2
48
+ tensorboardX==2.6.4
49
49
lief==0.16.6
50
50
jax[cpu]==0.4.30
51
51
You can’t perform that action at this time.
0 commit comments