python3Packages.py-stringmatching: use unversioned numpy (#455705)

This commit is contained in:
dotlambda
2025-10-26 03:30:37 +00:00
committed by GitHub
@@ -8,7 +8,7 @@
setuptools,
# dependencies
numpy_1,
numpy,
six,
# tests
@@ -34,7 +34,7 @@ buildPythonPackage rec {
];
dependencies = [
numpy_1
numpy
six
];
@@ -47,6 +47,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "py_stringmatching" ];
meta = with lib; {
broken = lib.versionAtLeast numpy.version "2";
description = "Python string matching library including string tokenizers and string similarity measures";
homepage = "https://github.com/anhaidgroup/py_stringmatching";
changelog = "https://github.com/anhaidgroup/py_stringmatching/blob/v${version}/CHANGES.txt";