mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
I'm not sure if this is the right think to do, but cmake 4.0.0 got released on pypi and our builds are failing with it
Example:
aa70d62041 (39555975425-box)
I guess we have to go change all the cmake_minimum_required to >=3.5?
backwards compat still failing because its building with the base commit which this pr can't really change until it gets merged, but at least manywheel binary builds got past where they were originally failing
Also pin the conda installation, but the most recent version on conda is 3.31.2
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150158
Approved by: https://github.com/cyyever, https://github.com/malfet
23 lines
439 B
Plaintext
23 lines
439 B
Plaintext
# Python dependencies required for development
|
|
astunparse
|
|
cmake==3.31.6 # Temp pin until we support 4.0.0?
|
|
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
|