Merge pull request #229650 from firefly-cpp/niaaml-up1

python310Packages.niaaml: 1.1.11 -> 1.1.12
This commit is contained in:
Jörg Thalheim 2023-05-03 16:19:23 +01:00 committed by GitHub
commit 397a902b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "niaaml";
version = "1.1.11";
version = "1.1.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "lukapecnik";
repo = "NiaAML";
rev = version;
hash = "sha256-B87pI1EpZj1xECrgTmzN5S35Cy1nPowBRyu1IDb5zCE=";
hash = "sha256-GAUXEkUOD04DQtRG/RAeeeLmenBd25h18Lmrxbm4X3A=";
};
nativeBuildInputs = [
@ -37,9 +37,10 @@ buildPythonPackage rec {
scikit-learn
];
# create scikit-learn dep version consistent
# create scikit-learn and niapy deps version consistent
preBuild = ''
toml-adapt -path pyproject.toml -a change -dep scikit-learn -ver X
toml-adapt -path pyproject.toml -a change -dep niapy -ver X
'';
nativeCheckInputs = [