mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
- Add a new `tree_iter` function. - Bump `optree` version to `0.11.0` for C++ version of `tree_iter`. This PR is split from #120300. - #120300 Pull Request resolved: https://github.com/pytorch/pytorch/pull/123913 Approved by: https://github.com/zou3519
21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
# Python dependencies required for development
|
|
astunparse
|
|
expecttest!=0.2.0
|
|
hypothesis
|
|
numpy
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
setuptools
|
|
types-dataclasses
|
|
typing-extensions>=4.8.0
|
|
sympy
|
|
filelock
|
|
networkx
|
|
jinja2
|
|
fsspec
|
|
# setuptools was removed from default python install
|
|
setuptools ; python_version >= "3.12"
|
|
packaging
|
|
optree>=0.11.0
|