mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
By turning on compatibility mode for protobuf, nnpack, PSimd and FP16, ittapi, TensorPipe and Gloo Update CMake requirements Revert 0ece461ccafe5649d2d0f058ff5477765fd56499 and b0901d62ae2c2e909f91401eacebf3731df20cbe to test that it actually works TODO: - Update/get rid of those libraries Fixes https://github.com/pytorch/pytorch/issues/150149 Pull Request resolved: https://github.com/pytorch/pytorch/pull/150203 Approved by: https://github.com/clee2000
23 lines
395 B
Plaintext
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
|