We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d813e62 + 05abac7 commit 5e2c295Copy full SHA for 5e2c295
pkgs/development/python-modules/pymc/default.nix
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "pymc-devs";
30
repo = "pymc";
31
rev = "refs/tags/v${version}";
32
- hash = "sha256-+PbxYmyo9S85atl6B+DB+ZSW9HLN/2fAPwALn719TjM=";
+ hash = "sha256-JA5xBoqNC6F97Obs+0ig/ALw1rkUVX7A0bStKHS+uv4=";
33
};
34
35
postPatch = ''
pkgs/development/python-modules/pytensor/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage rec {
36
37
repo = "pytensor";
38
rev = "refs/tags/rel-${version}";
39
- hash = "sha256-+YdUZj5Edbm+jm6s/0RflQVVQg3enBwlmBwpLrk3534=";
+ hash = "sha256-RhicZSVkaDtIngIOvzyEQ+VMZwdV45wDk7e7bThTIh8=";
40
41
42
pythonRelaxDeps = [
0 commit comments