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 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;/^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' 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 ' requirements_test.txt)
5252 pip install pandas==1.3.5
5353 pip install scipy==1.7.2
5454 pip install matplotlib==3.5.3
7373 pip install pytest-cov
7474 pip install requests==2.31.0
7575 pip install timm==0.9.12
76+ pip install types-six==1.16.21.9
7677 pip list
7778 - name : Run Tests
7879 run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ mypy==1.11.1
6060pycodestyle==2.12.1
6161black==25.1.0
6262ruff==0.9.3
63- types-six==1.16.21.9
63+ types-six==1.17.0.20250515
6464types-PyYAML==6.0.12.20250516
6565types-setuptools==80.9.0.20250529
6666
You can’t perform that action at this time.
0 commit comments