Skip to content

Commit 01c9858

Browse files
committed
Try unpinning numpy
1 parent 16a9c19 commit 01c9858

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci_integrate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
if: inputs.requires == 'oldest'
5757
run: python .github/assistant.py set-oldest-versions --req_files=requirements/integrate.txt
5858

59-
- name: Freeze Numpy (hotfix)
60-
if: matrix.requires == 'latest'
61-
run: pip install "numpy==1.20.0" # temp fix for cypesq
62-
6359
- name: Freeze PIL (hotfix)
6460
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
6561
run: pip install "Pillow<9.0" # It messes with torchvision

.github/workflows/ci_test-conda.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
pip install --requirement requirements/test.txt --quiet
7979
python ./.github/assistant.py prune-packages requirements/image.txt torchvision
8080
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
8281
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
8382
pip install -q "Pillow<9.0" # It messes with torchvision
8483
pip install -e . -r requirements/devel.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html

.github/workflows/ci_test-full.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ jobs:
8181
# NOTE: run coverage on tests does not propagate failure status for Win, https://github.com/nedbat/coveragepy/issues/1003
8282
run: python -m pytest torchmetrics
8383

84-
- name: Freeze Numpy (hotfix)
85-
if: matrix.requires == 'latest'
86-
run: pip install "numpy==1.20.0" # temp fix for cypesq
87-
8884
- name: Freeze PIL (hotfix)
8985
# import of PILLOW_VERSION which they recently removed in v9.0 in favor of __version__
9086
run: pip install "Pillow<9.0" # It messes with torchvision

0 commit comments

Comments
 (0)