Skip to content

Commit c974742

Browse files
authored
[CI] Tweak numpy constraints (#7212)
1 parent 87ec804 commit c974742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/torchvision/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ requirements:
2323

2424
run:
2525
- python
26-
- defaults::numpy >=1.11
26+
- defaults::numpy >=1.11 # [py <= 310]
27+
- numpy >=1.23.5 # [py >= 311]
2728
- requests
2829
- libpng
2930
- ffmpeg >=4.2 # [not win]

0 commit comments

Comments
 (0)