python3Packages.mmcv: pin setuptools at 80 to work around pkg_resources error

This commit is contained in:
Sarah Clark
2026-07-19 14:22:40 -07:00
parent c48313910e
commit 1a3e988b8d
@@ -12,6 +12,9 @@
pybind11,
torch,
# build-system
setuptools_80,
# dependencies
addict,
mmengine,
@@ -80,6 +83,10 @@ buildPythonPackage (finalAttrs: {
]
);
# https://github.com/open-mmlab/mmengine/issues/1616
# also applies here
build-system = [ setuptools_80 ];
dependencies = [
addict
mmengine