mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158111 Approved by: https://github.com/ezyang
20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
# Python dependencies required for development
|
|
|
|
# Build System requirements
|
|
--requirement requirements-build.txt
|
|
|
|
# Install / Development extra requirements
|
|
build[uv] # for building sdist and wheel
|
|
expecttest>=0.3.0
|
|
filelock
|
|
fsspec
|
|
hypothesis
|
|
jinja2
|
|
lintrunner ; platform_machine != "s390x"
|
|
networkx
|
|
optree>=0.13.0
|
|
psutil
|
|
sympy>=1.13.3
|
|
typing-extensions>=4.13.2
|
|
wheel
|