提交 a0fa5f5e authored 作者: Jirka's avatar Jirka

requirements

上级 94b2bb68
...@@ -4,7 +4,7 @@ name: CI CPU testing ...@@ -4,7 +4,7 @@ name: CI CPU testing
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
pytest: cpu-tests:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
...@@ -39,7 +39,8 @@ jobs: ...@@ -39,7 +39,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
# python -m pip install --upgrade --user pip # python -m pip install --upgrade --user pip
pip install -qr requirements.txt onnx pip install -qr requirements.txt
pip install -qr onnx
python --version python --version
pip --version pip --version
pip list pip list
......
# pip install -U -r requirements.txt # pip install -U -r requirements.txt
Cython Cython
numpy==1.17.3 numpy>=1.17.3
opencv-python opencv-python
torch>=1.5.1 torch>=1.5.1
matplotlib matplotlib
pillow pillow
tensorboard tensorboard
PyYAML>=5.3 PyYAML>=5.3
torchvision torchvision>=0.6
scipy scipy
tqdm tqdm
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论