mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE] Sort requirements files alphabetically (#154304)
Using `sort` tool Pull Request resolved: https://github.com/pytorch/pytorch/pull/154304 Approved by: https://github.com/cyyever, https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
ed27ee8355
commit
6968386385
24
.github/requirements/conda-env-macOS-ARM64
vendored
24
.github/requirements/conda-env-macOS-ARM64
vendored
@ -1,18 +1,16 @@
|
||||
numpy=1.26.4
|
||||
pyyaml=6.0.2
|
||||
setuptools=72.1.0
|
||||
cmake=3.22.*
|
||||
typing-extensions=4.11.0
|
||||
dataclasses=0.8
|
||||
pip=23.2.1
|
||||
pillow=10.0.1
|
||||
pkg-config=0.29.2
|
||||
wheel=0.37.1
|
||||
expecttest=0.3.0
|
||||
|
||||
# Not pinning certifi so that we can always get the latest certificates
|
||||
certifi
|
||||
|
||||
cmake=3.22.*
|
||||
dataclasses=0.8
|
||||
expecttest=0.3.0
|
||||
# Cross-compiling arm64 from x86-64 picks up 1.40.0 while testing on arm64
|
||||
# itself only has up to 1.39.0 from upstream conda. Both work though
|
||||
libuv>=1.39.0,<=1.40.0
|
||||
numpy=1.26.4
|
||||
pillow=10.0.1
|
||||
pip=23.2.1
|
||||
pkg-config=0.29.2
|
||||
pyyaml=6.0.2
|
||||
setuptools=72.1.0
|
||||
typing-extensions=4.11.0
|
||||
wheel=0.37.1
|
||||
|
24
.github/requirements/pip-requirements-macOS.txt
vendored
24
.github/requirements/pip-requirements-macOS.txt
vendored
@ -1,29 +1,29 @@
|
||||
boto3==1.35.42
|
||||
hypothesis==6.56.4
|
||||
expecttest==0.3.0
|
||||
fbscribelogger==0.1.7
|
||||
filelock==3.6.0
|
||||
hypothesis==6.56.4
|
||||
librosa>=0.6.2
|
||||
mpmath==1.3.0
|
||||
networkx==2.8.7
|
||||
numba==0.59.0
|
||||
opt-einsum>=3.3
|
||||
psutil==5.9.1
|
||||
nvidia-ml-py==11.525.84
|
||||
opt-einsum>=3.3
|
||||
optree==0.13.0
|
||||
packaging==23.1
|
||||
parameterized==0.8.1
|
||||
protobuf==5.29.4
|
||||
psutil==5.9.1
|
||||
pygments==2.15.0
|
||||
pytest==7.3.2
|
||||
pytest-xdist==3.3.1
|
||||
pytest-rerunfailures==10.3
|
||||
pytest-cpp==2.3.0
|
||||
pytest-flakefinder==1.1.0
|
||||
pytest-rerunfailures==10.3
|
||||
pytest-subtests==0.13.1
|
||||
pytest-xdist==3.3.1
|
||||
pytest==7.3.2
|
||||
scipy==1.12.0
|
||||
sympy==1.13.3
|
||||
tensorboard==2.13.0
|
||||
unittest-xml-reporting<=3.2.0,>=2.0.0
|
||||
xdoctest==1.1.0
|
||||
filelock==3.6.0
|
||||
pytest-cpp==2.3.0
|
||||
z3-solver==4.12.2.0
|
||||
tensorboard==2.13.0
|
||||
optree==0.13.0
|
||||
protobuf==5.29.4
|
||||
parameterized==0.8.1
|
||||
|
Reference in New Issue
Block a user