Add a comment
This commit is contained in:
parent
025572dc16
commit
51a2670c8e
2
setup.py
2
setup.py
|
@ -147,7 +147,7 @@ setup(
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pip>=24.0;python_version<"3.8"',
|
'pip>=24.0;python_version<"3.8"',
|
||||||
'pip>=24.1.2;python_version>="3.8"',
|
'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings
|
||||||
'packaging>=24.0;python_version<"3.8"',
|
'packaging>=24.0;python_version<"3.8"',
|
||||||
'packaging>=24.1;python_version>="3.8"',
|
'packaging>=24.1;python_version>="3.8"',
|
||||||
'setuptools>=68.0.0;python_version<"3.8"',
|
'setuptools>=68.0.0;python_version<"3.8"',
|
||||||
|
|
Loading…
Reference in New Issue