python3Packages.pymc: 5.27.0 -> 5.27.1

Diff: https://github.com/pymc-devs/pymc/compare/v5.27.0...v5.27.1

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.27.1
This commit is contained in:
Gaetan Lepage
2026-01-26 14:46:41 +00:00
parent ee0aea6a3e
commit a7af578b5a
@@ -23,14 +23,14 @@
buildPythonPackage (finalAttrs: {
pname = "pymc";
version = "5.27.0";
version = "5.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${finalAttrs.version}";
hash = "sha256-wBeWydrHrF+wNZnqWa2k8tCaUvjcoiSrmY85LUhrQds=";
hash = "sha256-9SPRt1R36pvsGOS0UUH3Ts/3D7W46nPnLbRc2XnU0xE=";
};
build-system = [
@@ -38,9 +38,6 @@ buildPythonPackage (finalAttrs: {
versioneer
];
pythonRelaxDeps = [
"pytensor"
];
dependencies = [
arviz
cachetools