Files
pytorch/requirements.txt
Rob Timpe f53e14c734 [ci] Update typing-extensions for python 3.14 (#169515)
This fixes `test/inductor/test_caching.py::ContextTest::test_select_runtime_context_matches_forms_of_context`
in python 3.14.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/169515
Approved by: https://github.com/williamwen42
2025-12-04 14:04:15 +00:00

21 lines
422 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>=0.8.5
hypothesis
jinja2
lintrunner ; platform_machine != "s390x" and platform_machine != "riscv64"
networkx>=2.5.1
optree>=0.13.0
psutil
spin
sympy>=1.13.3
typing-extensions>=4.15.0
wheel