Files
pytorch/requirements.txt
Aaron Gokaslan c96ed7e6f5 [BE]: No include left behind - recursive glob setuptools support (#148258)
Fixes #148256
TestPlan check the printout from the setup.py build and verify the files are still included.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/148258
Approved by: https://github.com/malfet, https://github.com/benjaminglass1
2025-03-14 19:39:21 +00:00

23 lines
395 B
Plaintext

# Python dependencies required for development
astunparse
cmake
expecttest>=0.3.0
filelock
fsspec
hypothesis
jinja2
lintrunner ; platform_machine != "s390x"
networkx
ninja
numpy
optree>=0.13.0
packaging
psutil
pyyaml
requests
# issue on Windows after >= 75.8.2 - https://github.com/pytorch/pytorch/issues/148877
setuptools>=62.3.0,<75.9
sympy>=1.13.3
types-dataclasses
typing-extensions>=4.10.0