We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831879a commit edb1c33Copy full SHA for edb1c33
setup.py
@@ -91,8 +91,7 @@ def get_dist(pkgname):
91
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
92
93
requirements = [
94
- # TODO: Remove <2 constraint! https://github.com/pytorch/vision/issues/8531
95
- "numpy<2" if sys.platform == "win32" else "numpy",
+ "numpy",
96
pytorch_dep,
97
]
98
0 commit comments