python3Packages.py-stringmatching: use unversioned numpy (#455705)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user