Skip to content

Commit

Permalink
python312Packages.sentence-transformers: remove code for macOS < 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 5, 2025
1 parent c35455e commit 70b340e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,5 @@ buildPythonPackage rec {
changelog = "https://github.com/UKPLab/sentence-transformers/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dit7ya ];
# Segmentation fault at import
broken = stdenv.hostPlatform.system == "x86_64-darwin";
};
}

0 comments on commit 70b340e

Please sign in to comment.