@@ -10,7 +10,7 @@ boto3==1.35.42
1010#Pinned versions: 1.19.12, 1.16.34
1111#test that import:
1212
13- click
13+ click==8.3.0
1414#Description: Command Line Interface Creation Kit
1515#Pinned versions:
1616#test that import:
@@ -63,7 +63,7 @@ lark==0.12.0
6363#Pinned versions: 0.12.0
6464#test that import:
6565
66- librosa>=0.6.2 ; python_version < "3.11" and platform_machine != "s390x"
66+ librosa==0.11.0 ; python_version < "3.11" and platform_machine != "s390x"
6767librosa==0.10.2 ; python_version == "3.12" and platform_machine != "s390x"
6868#Description: A python package for music and audio analysis
6969#Pinned versions: >=0.6.2
@@ -192,7 +192,7 @@ pytest-flakefinder==1.1.0
192192#Pinned versions: 1.1.0
193193#test that import:
194194
195- pytest-rerunfailures>=10.3
195+ pytest-rerunfailures==14.0
196196#Description: plugin for rerunning failure tests in pytest
197197#Pinned versions:
198198#test that import:
@@ -263,7 +263,7 @@ scipy==1.14.1 ; python_version > "3.9"
263263#test that import:
264264
265265# needed by torchgen utils
266- typing-extensions>=4.10 .0
266+ typing_extensions==4.15 .0
267267#Description: type hints for python
268268#Pinned versions:
269269#test that import:
@@ -273,7 +273,7 @@ typing-extensions>=4.10.0
273273#Pinned versions:
274274#test that import:
275275
276- unittest-xml-reporting<= 3.2.0,>=2.0 .0
276+ unittest-xml-reporting== 3.2.0
277277#Description: saves unit test results to xml
278278#Pinned versions:
279279#test that import:
@@ -284,7 +284,7 @@ lintrunner==0.12.7
284284#Pinned versions: 0.12.7
285285#test that import:
286286
287- redis>=4.0 .0
287+ redis==6.4 .0
288288#Description: redis database
289289#test that import: anything that tests OSS caching/mocking (inductor/test_codecache.py, inductor/test_max_autotune.py)
290290
@@ -359,10 +359,10 @@ pwlf==2.2.1
359359#test that import: test_sac_estimator.py
360360
361361# To build PyTorch itself
362- pyyaml
363- pyzstd
364- setuptools>=70.1.0
365- six
362+ PyYAML==6.0.3
363+ pyzstd==0.18.0
364+ setuptools==79.0.1
365+ six==1.17.0
366366
367367scons==4.5.2 ; platform_machine == "aarch64"
368368
0 commit comments