mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
`simpy` was pinned to version 1.13.1 due to test failures with version 1.13.2 on Windows and mac, as reported in https://github.com/pytorch/pytorch/pull/133235. Now that a newer version, 1.13.3, has been released, this PR aims to verify if the test failure has been resolved and also allow building with newer versions for packaging purposes (e.g., https://github.com/conda-forge/pytorch-cpu-feedstock/pull/277#discussion_r1806721862). Pull Request resolved: https://github.com/pytorch/pytorch/pull/138338 Approved by: https://github.com/Skylion007, https://github.com/malfet Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
24 lines
580 B
Plaintext
24 lines
580 B
Plaintext
# Python dependencies required for development
|
|
astunparse
|
|
expecttest>=0.2.1
|
|
hypothesis
|
|
numpy
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
# Setuptools>=74.0.0 stopped support for directly using private funcs(_msvccompiler)
|
|
# and consolidated all compiler logic in distutils used in Pytorch build, so older
|
|
# is required until pytorch build not refactored to work for latest setuptools.
|
|
setuptools<=72.1.0
|
|
types-dataclasses
|
|
typing-extensions>=4.8.0
|
|
sympy>=1.13.1,!=1.13.2 ; python_version >= "3.9"
|
|
filelock
|
|
networkx
|
|
jinja2
|
|
fsspec
|
|
lintrunner ; platform_system != "Windows"
|
|
ninja
|
|
packaging
|
|
optree>=0.13.0
|