Skip to content

Commit ececb96

Browse files
authored
[release/2.3] Pin the required package versions (#1520)
1 parent eb9d964 commit ececb96

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ boto3==1.19.12
1010
#Pinned versions: 1.19.12, 1.16.34
1111
#test that import:
1212

13-
click
13+
click==8.1.7
1414
#Description: Command Line Interface Creation Kit
15-
#Pinned versions:
15+
#Pinned versions: 8.1.7
1616
#test that import:
1717

1818
coremltools==5.0b5 ; python_version < "3.12"
@@ -157,9 +157,9 @@ protobuf==3.20.2
157157
#Pinned versions: 3.20.1
158158
#test that import: test_tensorboard.py
159159

160-
psutil
160+
psutil==6.0.0
161161
#Description: information on running processes and system utilization
162-
#Pinned versions:
162+
#Pinned versions: 6.0.0
163163
#test that import: test_profiler.py, test_openmp.py, test_dataloader.py
164164

165165
pytest==7.3.2
@@ -249,9 +249,9 @@ tb-nightly==2.13.0a20230426
249249
#test that import:
250250

251251
# needed by torchgen utils
252-
typing-extensions
252+
typing-extensions==4.12.2
253253
#Description: type hints for python
254-
#Pinned versions:
254+
#Pinned versions: 4.12.2
255255
#test that import:
256256

257257
#virtualenv

requirements.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Python dependencies required for development
2-
astunparse
3-
expecttest!=0.2.0
4-
hypothesis
2+
astunparse==1.6.3
3+
expecttest==0.1.6
4+
hypothesis==5.35.1
55
numpy<2
6-
psutil
7-
pyyaml
8-
requests
9-
setuptools
10-
types-dataclasses
11-
typing-extensions>=4.8.0
6+
psutil==6.0.0
7+
pyyaml==6.0.1
8+
requests==2.32.3
9+
types-dataclasses==0.6.6
10+
typing-extensions==4.12.2
1211
sympy<=1.12.1
13-
filelock
14-
networkx
15-
jinja2
16-
fsspec
12+
filelock==3.13.1
13+
networkx==2.8.8
14+
jinja2==3.1.2
15+
fsspec==2024.6.1
1716
# setuptools was removed from default python install
18-
setuptools ; python_version >= "3.12"
19-
packaging
20-
optree>=0.9.1
21-
lark
17+
setuptools==69.5.1 ; python_version >= "3.12"
18+
packaging==24.1
19+
optree==0.9.1
20+
lark==0.12.0

0 commit comments

Comments
 (0)