python312Packages.labelbox: unpin mypy
This commit is contained in:
@@ -45,7 +45,10 @@ buildPythonPackage rec {
|
||||
|
||||
sourceRoot = "${src.name}/libs/labelbox";
|
||||
|
||||
pythonRelaxDeps = [ "python-dateutil" ];
|
||||
pythonRelaxDeps = [
|
||||
"mypy"
|
||||
"python-dateutil"
|
||||
];
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user