Skip to content

Commit 276ba34

Browse files
committed
Comment
1 parent cae988a commit 276ba34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def write_version_file():
5858
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
5959

6060
requirements = [
61+
# TODO: Remove <2 constraint! https://github.com/pytorch/vision/issues/8531
6162
"numpy<2" if sys.platform == "win32" else "numpy",
6263
pytorch_dep,
6364
]

0 commit comments

Comments
 (0)