python312Packages.labelbox: unpin mypy

This commit is contained in:
Robert Schütz
2024-10-27 10:08:34 -07:00
parent 3c80dcf63a
commit 942369cf08
@@ -45,7 +45,10 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/libs/labelbox";
pythonRelaxDeps = [ "python-dateutil" ];
pythonRelaxDeps = [
"mypy"
"python-dateutil"
];
build-system = [ hatchling ];