mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
As one can not build PyTorch in clean venv if cmake is not installed Pull Request resolved: https://github.com/pytorch/pytorch/pull/140491 Approved by: https://github.com/yangw-dev, https://github.com/huydhn
25 lines
578 B
Plaintext
25 lines
578 B
Plaintext
# Python dependencies required for development
|
|
astunparse
|
|
expecttest>=0.2.1
|
|
hypothesis
|
|
numpy
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
# Setuptools>=74.0.0 stopped support for directly using private funcs(_msvccompiler)
|
|
# and consolidated all compiler logic in distutils used in Pytorch build, so older
|
|
# is required until pytorch build not refactored to work for latest setuptools.
|
|
setuptools<=72.1.0
|
|
types-dataclasses
|
|
typing-extensions>=4.10.0
|
|
sympy==1.13.1 ; python_version >= "3.9"
|
|
filelock
|
|
networkx
|
|
jinja2
|
|
fsspec
|
|
lintrunner ; platform_system != "Windows"
|
|
ninja
|
|
packaging
|
|
optree>=0.13.0
|
|
cmake
|