File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4747 sudo apt-get update
4848 sudo apt-get -y -q install ffmpeg libavcodec-extra
4949 python -m pip install --upgrade pip setuptools wheel
50- 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' requirements_test.txt)
50+ 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 ' requirements_test.txt)
5151 pip install scipy==1.5.4
5252 pip install matplotlib==3.3.4
5353 pip install pandas==1.1.5
6767 pip install torch==1.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6868 pip install torchaudio==0.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6969 pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
70+ pip install xgboost==1.5.2
7071 pip list
7172 - name : Run ${{ matrix.name }} Tests
7273 run : ./run_tests.sh ${{ matrix.framework }}
You can’t perform that action at this time.
0 commit comments