python312Packages.plotnine: 0.13.6 -> 0.14.0

Diff: https://github.com/has2k1/plotnine/compare/refs/tags/v0.13.6...v0.14.0

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.14.0
This commit is contained in:
Gaetan Lepage
2024-10-29 12:06:13 +01:00
parent 94ddf41af7
commit 383f702435
@@ -2,31 +2,34 @@
lib,
buildPythonPackage,
fetchFromGitHub,
geopandas,
# build-system
setuptools-scm,
# dependencies
matplotlib,
mizani,
pandas,
patsy,
pytestCheckHook,
pythonOlder,
scikit-misc,
scipy,
setuptools-scm,
statsmodels,
# tests
geopandas,
pytestCheckHook,
scikit-misc,
}:
buildPythonPackage rec {
pname = "plotnine";
version = "0.13.6";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
rev = "refs/tags/v${version}";
hash = "sha256-/yxRYK3ZTrYj+l3TQhFllyICnJjCZPd4ebNurCLZAYg=";
hash = "sha256-4x7euxf+G/HaqC3LVD7TCQEVcihdb/FSMqRvMWAqhgo=";
};
postPatch = ''
@@ -36,8 +39,6 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
pythonRelaxDeps = [ "mizani" ];
dependencies = [
matplotlib
mizani