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"
12
12
tqdm >= 4.64.1
13
13
wheel >= 0.37.1 ;python_version < "3.7"
14
14
wheel >= 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"
17
18
PyYAML >= 6.0 ;python_version >= "3.6"
18
19
certifi >= 2021.10.8 ;python_version < "3.6"
19
20
certifi >= 2022.12.7 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 140
140
"tqdm>=4.64.1" ,
141
141
'wheel>=0.37.1;python_version<"3.7"' ,
142
142
'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"' ,
145
146
'PyYAML>=6.0;python_version>="3.6"' ,
146
147
'certifi>=2021.10.8;python_version<"3.6"' ,
147
148
'certifi>=2022.12.7;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments