Commit 942369cf authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.labelbox: unpin mypy

parent 3c80dcf6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ buildPythonPackage rec {

  sourceRoot = "${src.name}/libs/labelbox";

  pythonRelaxDeps = [ "python-dateutil" ];
  pythonRelaxDeps = [
    "mypy"
    "python-dateutil"
  ];

  build-system = [ hatchling ];