Bump optree version to 0.13.0 to enable Python 3.13 and Python 3.13t support (#137396)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137396
Approved by: https://github.com/albanD
This commit is contained in:
Xuehai Pan
2024-10-07 17:57:14 +08:00
committed by PyTorch MergeBot
parent 493d0eeef3
commit 59cdd8ddf1
7 changed files with 8 additions and 8 deletions

View File

@ -1203,7 +1203,7 @@ def main():
install_requires += extra_install_requires
extras_require = {
"optree": ["optree>=0.12.0"],
"optree": ["optree>=0.13.0"],
"opt-einsum": ["opt-einsum>=3.3"],
}