Unverified Commit c71f827c authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python313Packages.catboost: mark broken with NumPy v2 (#381056)

parents 2ddbc72a 221ab6a1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ buildPythonPackage rec {
    pname
    version
    src
    meta
    ;
  pyproject = true;

@@ -55,4 +54,9 @@ buildPythonPackage rec {
  doCheck = false;

  pythonImportsCheck = [ "catboost" ];

  meta = catboost.meta // {
    # https://github.com/catboost/catboost/issues/2671
    broken = lib.versionAtLeast numpy.version "2";
  };
}