File tree 2 files changed +26
-23
lines changed
2 files changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ boto3==1.35.42
10
10
#Pinned versions: 1.19.12, 1.16.34
11
11
#test that import:
12
12
13
- click
13
+ click==8.1.8
14
14
#Description: Command Line Interface Creation Kit
15
15
#Pinned versions:
16
16
#test that import:
@@ -191,7 +191,7 @@ pytest-flakefinder==1.1.0
191
191
#Pinned versions: 1.1.0
192
192
#test that import:
193
193
194
- pytest-rerunfailures> =10.3
194
+ pytest-rerunfailures= =10.3
195
195
#Description: plugin for rerunning failure tests in pytest
196
196
#Pinned versions:
197
197
#test that import:
@@ -272,7 +272,7 @@ tlparse==0.3.7
272
272
#test that import: dynamo/test_structured_trace.py
273
273
274
274
# needed by torchgen utils
275
- typing-extensions>=4.10.0
275
+ typing-extensions==4.12.2
276
276
#Description: type hints for python
277
277
#Pinned versions:
278
278
#test that import:
@@ -293,7 +293,7 @@ lintrunner==0.12.5
293
293
#Pinned versions: 0.12.5
294
294
#test that import:
295
295
296
- redis> =4.0.0
296
+ redis= =4.0.0
297
297
#Description: redis database
298
298
#test that import: anything that tests OSS caching/mocking (inductor/test_codecache.py, inductor/test_max_autotune.py)
299
299
@@ -379,3 +379,4 @@ pulp==2.9.0 ; python_version >= "3.8"
379
379
#Description: required for testing ilp formulaiton under torch/distributed/_tools
380
380
#Pinned versions: 2.9.0
381
381
#test that import: test_sac_ilp.py
382
+
Original file line number Diff line number Diff line change 1
1
# Python dependencies required for development
2
- astunparse
3
- expecttest >= 0.2.1
4
- hypothesis
5
- numpy
6
- psutil
7
- pyyaml
8
- requests
9
- setuptools
10
- types-dataclasses
11
- typing-extensions >= 4.10.0
2
+ astunparse == 1.6.3
3
+ expecttest == 0.2.1
4
+ hypothesis == 5.35.1
5
+ numpy == 1.22.4 ; python_version == "3.9" or python_version == "3.10"
6
+ numpy == 1.26.2 ; python_version == "3.11" or python_version == "3.12"
7
+ numpy == 2.1.2 ; python_version >= "3.13"
8
+ psutil == 7.0.0
9
+ pyyaml == 6.0.2
10
+ requests == 2.32.3
11
+ setuptools == 75.8.0
12
+ types-dataclasses == 0.6.6
13
+ typing-extensions == 4.12.2
12
14
sympy == 1.13.1 ; python_version >= "3.9"
13
- filelock
14
- networkx
15
- jinja2
16
- fsspec
17
- lintrunner
18
- ninja
19
- packaging
20
- optree > =0.13.0
21
- cmake
15
+ filelock == 3.17.0
16
+ networkx == 2.8.8
17
+ Jinja2 == 3.1.4
18
+ fsspec == 2025.3.0
19
+ lintrunner == 0.12.5
20
+ ninja == 1.11.1.3
21
+ packaging == 24.2
22
+ optree = =0.13.0
23
+ cmake == 3.31.4
You can’t perform that action at this time.
0 commit comments