pin to setuptools<59

This commit is contained in:
Bryce Larson 2021-11-16 18:14:39 +00:00 committed by Daniel Wozniak
parent 43f05bb600
commit 7b6ada0546

View file

@ -295,7 +295,7 @@ def _upgrade_pip_setuptools_and_wheel(session, upgrade=True):
install_command.extend(
[
"pip>=20.2.4,<21.2",
"setuptools!=50.*,!=51.*,!=52.*",
"setuptools!=50.*,!=51.*,!=52.*,<59",
"wheel",
]
)