Skip to content

Commit edb1c33

Browse files
authored
Remove numpy<2.0 windows pin (#8594)
1 parent 831879a commit edb1c33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ def get_dist(pkgname):
9191
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
9292

9393
requirements = [
94-
# TODO: Remove <2 constraint! https://github.com/pytorch/vision/issues/8531
95-
"numpy<2" if sys.platform == "win32" else "numpy",
94+
"numpy",
9695
pytorch_dep,
9796
]
9897

0 commit comments

Comments
 (0)