Skip to content

Commit e73bc05

Browse files
committed
raise setuptools minimum version and remove cap
The setuptools issue introduced in 72.0.0 has been fixed in later releases, so move our minimum past the bad release series and remove the cap to allow newer versions.
1 parent 5a58514 commit e73bc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python-pypi-mirror
1111
PyYAML
1212
requests
1313
resolvelib
14-
setuptools<72.0.0
14+
setuptools>=73.0.0 # https://github.com/pypa/setuptools/issues/4519
1515
stevedore
1616
tomlkit
1717
tqdm

0 commit comments

Comments
 (0)