Skip to content

Commit 2067a0b

Browse files
authored
[release/2.8] pin requirements.txt (#2481)
docker image used; registry-sc-harbor.amd.com/framework/compute-rocm-dkms-no-npi-hipclang:16510_ubuntu24.04_py3.12_pytorch_release-2.8_b4af472d Keeping cmake at 3.31.4 or greater
1 parent 1d7b9a3 commit 2067a0b

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

requirements.txt

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
# Python dependencies required for development
2-
astunparse
3-
cmake
4-
expecttest>=0.3.0
5-
filelock
6-
fsspec
7-
hypothesis
8-
jinja2
9-
lintrunner ; platform_machine != "s390x"
10-
networkx
11-
ninja
2+
astunparse==1.6.3
3+
cmake>=3.31.4
4+
expecttest==0.3.0
5+
filelock==3.18.0
6+
fsspec==2025.7.0
7+
hypothesis==5.35.1
8+
jinja2==3.1.6
9+
lintrunner==0.12.7 ; platform_machine != "s390x"
10+
networkx==2.8.8
11+
ninja==1.11.1.3
1212
numpy==2.0.2 ; python_version == "3.9"
1313
numpy==2.1.2 ; python_version > "3.9"
14-
optree>=0.13.0
15-
packaging
16-
psutil
17-
pyyaml
18-
requests
14+
optree==0.13.0
15+
packaging==25.0
16+
psutil==7.0.0
17+
pyyaml==6.0.2
18+
requests==2.32.4
1919
# setuptools develop deprecated on 80.0
20-
setuptools>=62.3.0,<80.0
21-
sympy>=1.13.3
22-
types-dataclasses
23-
typing-extensions>=4.10.0
20+
# issue on Windows after >= 75.8.2 - https://github.com/pytorch/pytorch/issues/148877
21+
setuptools==75.8.2
22+
sympy==1.13.3
23+
types-dataclasses==0.6.6
24+
typing-extensions==4.14.1

0 commit comments

Comments
 (0)