python312Packages.fuzzytm: refactor

This commit is contained in:
Fabian Affolter
2024-05-08 20:31:38 +02:00
parent 9808270ad4
commit a381bb0512
@@ -5,6 +5,7 @@
, numpy
, pandas
, pyfume
, setuptools
, scipy
, pythonOlder
}:
@@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "fuzzytm";
version = "2.0.9";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +23,11 @@ buildPythonPackage rec {
hash = "sha256-z0ESYtB7BqssxIHlrd0F+/qapOM1nrDi3Zih5SvgDGY=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
gensim
numpy
pandas