python312Packages.scikit-posthocs: 0.9.1 -> 0.11.0

This commit is contained in:
R. Ryantm
2024-12-07 16:00:11 +09:00
committed by natsukium
parent cee3b71531
commit 5a4f44dd31
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
wheel,
matplotlib,
numpy,
pandas,
@@ -16,22 +15,19 @@
buildPythonPackage rec {
pname = "scikit-posthocs";
version = "0.9.1";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maximtrp";
repo = "scikit-posthocs";
rev = "refs/tags/v${version}";
hash = "sha256-ssaTd+A7lzd4tlKHGkgKixi3XjZLQBcPs6UOEzX/hrk=";
hash = "sha256-KrQqd3zChw9sxjbrTrxXInXAJLyXwPkhbPa9One6I+g=";
};
nativeBuildInputs = [
setuptools
wheel
];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
matplotlib
numpy
pandas