QPyTorch icon indicating copy to clipboard operation
QPyTorch copied to clipboard

[BUG FIXED] Fix the package re is not imported

Open wkcn opened this issue 3 years ago • 0 comments

Hi there, I fix the bug where the package re is not imported when the pytorch is a dev version.

L16: install_require for install_require in install_requires if "torch" != re.split(r"(=|<|>)", install_require)[0]

wkcn avatar Sep 18 '22 15:09 wkcn