There was an error while loading. Please reload this page.
1 parent cae988a commit 276ba34Copy full SHA for 276ba34
setup.py
@@ -58,6 +58,7 @@ def write_version_file():
58
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
59
60
requirements = [
61
+ # TODO: Remove <2 constraint! https://github.com/pytorch/vision/issues/8531
62
"numpy<2" if sys.platform == "win32" else "numpy",
63
pytorch_dep,
64
]
0 commit comments