Skip to content

Commit 6968386

Browse files
malfetpytorchmergebot
authored andcommitted
[BE] Sort requirements files alphabetically (pytorch#154304)
Using `sort` tool Pull Request resolved: pytorch#154304 Approved by: https://github.com/cyyever, https://github.com/Skylion007
1 parent ed27ee8 commit 6968386

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
numpy=1.26.4
2-
pyyaml=6.0.2
3-
setuptools=72.1.0
1+
# Not pinning certifi so that we can always get the latest certificates
2+
certifi
43
cmake=3.22.*
5-
typing-extensions=4.11.0
64
dataclasses=0.8
7-
pip=23.2.1
8-
pillow=10.0.1
9-
pkg-config=0.29.2
10-
wheel=0.37.1
115
expecttest=0.3.0
12-
13-
# Not pinning certifi so that we can always get the latest certificates
14-
certifi
15-
166
# Cross-compiling arm64 from x86-64 picks up 1.40.0 while testing on arm64
177
# itself only has up to 1.39.0 from upstream conda. Both work though
188
libuv>=1.39.0,<=1.40.0
9+
numpy=1.26.4
10+
pillow=10.0.1
11+
pip=23.2.1
12+
pkg-config=0.29.2
13+
pyyaml=6.0.2
14+
setuptools=72.1.0
15+
typing-extensions=4.11.0
16+
wheel=0.37.1
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
boto3==1.35.42
2-
hypothesis==6.56.4
32
expecttest==0.3.0
43
fbscribelogger==0.1.7
4+
filelock==3.6.0
5+
hypothesis==6.56.4
56
librosa>=0.6.2
67
mpmath==1.3.0
78
networkx==2.8.7
89
numba==0.59.0
9-
opt-einsum>=3.3
10-
psutil==5.9.1
1110
nvidia-ml-py==11.525.84
11+
opt-einsum>=3.3
12+
optree==0.13.0
1213
packaging==23.1
14+
parameterized==0.8.1
15+
protobuf==5.29.4
16+
psutil==5.9.1
1317
pygments==2.15.0
14-
pytest==7.3.2
15-
pytest-xdist==3.3.1
16-
pytest-rerunfailures==10.3
18+
pytest-cpp==2.3.0
1719
pytest-flakefinder==1.1.0
20+
pytest-rerunfailures==10.3
1821
pytest-subtests==0.13.1
22+
pytest-xdist==3.3.1
23+
pytest==7.3.2
1924
scipy==1.12.0
2025
sympy==1.13.3
26+
tensorboard==2.13.0
2127
unittest-xml-reporting<=3.2.0,>=2.0.0
2228
xdoctest==1.1.0
23-
filelock==3.6.0
24-
pytest-cpp==2.3.0
2529
z3-solver==4.12.2.0
26-
tensorboard==2.13.0
27-
optree==0.13.0
28-
protobuf==5.29.4
29-
parameterized==0.8.1

0 commit comments

Comments
 (0)