mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157907 Approved by: https://github.com/Skylion007
25 lines
442 B
Plaintext
25 lines
442 B
Plaintext
# Python dependencies required for development
|
|
build[uv] # for building sdist and wheel
|
|
cmake>=3.27
|
|
expecttest>=0.3.0
|
|
filelock
|
|
fsspec
|
|
hypothesis
|
|
jinja2
|
|
lintrunner ; platform_machine != "s390x"
|
|
networkx
|
|
ninja
|
|
numpy
|
|
optree>=0.13.0
|
|
packaging
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
# setuptools develop deprecated on 80.0
|
|
setuptools>=62.3.0,<80.0
|
|
six # dependency chain: NNPACK -> PeachPy -> six
|
|
sympy>=1.13.3
|
|
types-dataclasses
|
|
typing-extensions>=4.13.2
|
|
wheel
|