File tree 3 files changed +0
-9
lines changed 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 56
56
if : inputs.requires == 'oldest'
57
57
run : python .github/assistant.py set-oldest-versions --req_files=requirements/integrate.txt
58
58
59
- - name : Freeze Numpy (hotfix)
60
- if : matrix.requires == 'latest'
61
- run : pip install "numpy==1.20.0" # temp fix for cypesq
62
-
63
59
- name : Freeze PIL (hotfix)
64
60
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
65
61
run : pip install "Pillow<9.0" # It messes with torchvision
Original file line number Diff line number Diff line change 78
78
pip install --requirement requirements/test.txt --quiet
79
79
python ./.github/assistant.py prune-packages requirements/image.txt torchvision
80
80
python ./.github/assistant.py prune-packages requirements/detection.txt torchvision
81
- pip install -q "numpy==1.20.0" # try to fix cocotools for PT 1.4 & 1.9
82
81
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
83
82
pip install -q "Pillow<9.0" # It messes with torchvision
84
83
pip install -e . -r requirements/devel.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
Original file line number Diff line number Diff line change 81
81
# NOTE: run coverage on tests does not propagate failure status for Win, https://github.com/nedbat/coveragepy/issues/1003
82
82
run : python -m pytest torchmetrics
83
83
84
- - name : Freeze Numpy (hotfix)
85
- if : matrix.requires == 'latest'
86
- run : pip install "numpy==1.20.0" # temp fix for cypesq
87
-
88
84
- name : Freeze PIL (hotfix)
89
85
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
90
86
run : pip install "Pillow<9.0" # It messes with torchvision
You can’t perform that action at this time.
0 commit comments