File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ tomli>=2.0.1;python_version>="3.7"
1212tqdm >= 4.64.1
1313wheel >= 0.37.1 ;python_version < "3.7"
1414wheel >= 0.38.4 ;python_version >= "3.7"
15- attrs >= 21.4.0 ;python_version < "3.6"
16- attrs >= 22.1.0 ;python_version >= "3.6"
15+ attrs == 21.4.0 ;python_version < "3.6"
16+ attrs == 22.1.0 ;python_version >= "3.6" and python_version<"3.7"
17+ attrs >= 22.2.0 ;python_version >= "3.7"
1718PyYAML >= 6.0 ;python_version >= "3.6"
1819certifi >= 2021.10.8 ;python_version < "3.6"
1920certifi >= 2022.12.7 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 140140 "tqdm>=4.64.1" ,
141141 'wheel>=0.37.1;python_version<"3.7"' ,
142142 'wheel>=0.38.4;python_version>="3.7"' ,
143- 'attrs>=21.4.0;python_version<"3.6"' ,
144- 'attrs>=22.1.0;python_version>="3.6"' ,
143+ 'attrs==21.4.0;python_version<"3.6"' ,
144+ 'attrs==22.1.0;python_version>="3.6" and python_version<"3.7"' ,
145+ 'attrs>=22.2.0;python_version>="3.7"' ,
145146 'PyYAML>=6.0;python_version>="3.6"' ,
146147 'certifi>=2021.10.8;python_version<"3.6"' ,
147148 'certifi>=2022.12.7;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments