mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Test with passing linux manywheel workflows is here: https://github.com/pytorch/pytorch/pull/121979 Builder PR already merged: https://github.com/pytorch/builder/pull/1910 Pull Request resolved: https://github.com/pytorch/pytorch/pull/130030 Approved by: https://github.com/albanD
23 lines
368 B
Plaintext
23 lines
368 B
Plaintext
# Python dependencies required for development
|
|
astunparse
|
|
expecttest!=0.2.0
|
|
hypothesis
|
|
numpy
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
setuptools
|
|
types-dataclasses
|
|
typing-extensions>=4.8.0
|
|
sympy
|
|
filelock
|
|
networkx
|
|
jinja2
|
|
fsspec
|
|
lintrunner
|
|
ninja
|
|
# setuptools was removed from default python install
|
|
setuptools ; python_version >= "3.12"
|
|
packaging
|
|
optree>=0.11.0 ; python_version <= "3.12"
|