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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user