File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ packaging>=20.9
4
4
setuptools >= 44.1.1 ;python_version < "3.5"
5
5
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
6
6
setuptools >= 54.1.2 ;python_version >= "3.6"
7
- setuptools-scm >= 5.0.2
7
+ setuptools-scm >= 5.0.2 ;python_version < "3.6"
8
+ setuptools-scm >= 6.0.1 ;python_version >= "3.6"
8
9
wheel >= 0.36.2
9
10
attrs >= 20.3.0
10
11
PyYAML >= 5.4.1 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 109
109
'setuptools>=44.1.1;python_version<"3.5"' ,
110
110
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
111
111
'setuptools>=54.1.2;python_version>="3.6"' ,
112
- 'setuptools-scm>=5.0.2' ,
112
+ 'setuptools-scm>=5.0.2;python_version<"3.6"' ,
113
+ 'setuptools-scm>=6.0.1;python_version>="3.6"' ,
113
114
'wheel>=0.36.2' ,
114
115
'attrs>=20.3.0' ,
115
116
'PyYAML>=5.4.1;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments