python3Packages.sentence-transformers: 5.2.3 -> 5.3.0 (#499803)

This commit is contained in:
kirillrdy
2026-03-14 21:22:58 +00:00
committed by GitHub
@@ -34,14 +34,14 @@
buildPythonPackage (finalAttrs: {
pname = "sentence-transformers";
version = "5.2.3";
version = "5.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "sentence-transformers";
tag = "v${finalAttrs.version}";
hash = "sha256-btbyPSsRAltd/hz5wFx70IKqn72e4VImaSgsqiFzTpM=";
hash = "sha256-xf5ujZH7OH81ofavytI/Zd0PCkRf6rIoXzWI9kUjoDE=";
};
build-system = [ setuptools ];
@@ -100,7 +100,9 @@ buildPythonPackage (finalAttrs: {
"test_mse_loss_matryoshka"
"test_nanobeir_evaluator"
"test_negative_dimension_raises_error"
"test_pairwise_angle_sim_even_and_odd_sparse_embeddings"
"test_paraphrase_mining"
"test_pooling_prompt_attention_mask_respects_include_prompt"
"test_pretrained_model"
"test_router_as_middle_module"
"test_router_backwards_compatibility"
@@ -151,14 +153,17 @@ buildPythonPackage (finalAttrs: {
disabledTestPaths = [
# Tests require network access
"tests/cross_encoder/test_cross_encoder.py"
"tests/cross_encoder/test_model_card.py"
"tests/cross_encoder/test_train_stsb.py"
"tests/evaluation/test_information_retrieval_evaluator.py"
"tests/sparse_encoder/models/test_csr.py"
"tests/sparse_encoder/models/test_sparse_static_embedding.py"
"tests/sparse_encoder/test_model_card.py"
"tests/sparse_encoder/test_opensearch_models.py"
"tests/sparse_encoder/test_pretrained.py"
"tests/sparse_encoder/test_sparse_encoder.py"
"tests/test_compute_embeddings.py"
"tests/test_model_card.py"
"tests/test_model_card_data.py"
"tests/test_multi_process.py"
"tests/test_pretrained_stsb.py"