We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025572d commit 51a2670Copy full SHA for 51a2670
setup.py
@@ -147,7 +147,7 @@
147
python_requires=">=3.7",
148
install_requires=[
149
'pip>=24.0;python_version<"3.8"',
150
- 'pip>=24.1.2;python_version>="3.8"',
+ 'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings
151
'packaging>=24.0;python_version<"3.8"',
152
'packaging>=24.1;python_version>="3.8"',
153
'setuptools>=68.0.0;python_version<"3.8"',
0 commit comments