Merge pull request #322498 from GaetanLepage/pymc

python311Packages.pymc: 5.15.1 -> 5.16.1
This commit is contained in:
OTABI Tomoya
2024-07-02 19:17:49 +09:00
committed by GitHub
2 changed files with 18 additions and 8 deletions
@@ -1,24 +1,28 @@
{
lib,
arviz,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# build-system
setuptools,
# dependencies
arviz,
cachetools,
cloudpickle,
fetchFromGitHub,
numpy,
pandas,
pytensor,
pythonOlder,
rich,
scipy,
setuptools,
threadpoolctl,
typing-extensions,
}:
buildPythonPackage rec {
pname = "pymc";
version = "5.15.1";
version = "5.16.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -27,7 +31,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-TAQv3BNSYt750JSZWQibjqzhQ0zXOJDVENMharjr6gQ=";
hash = "sha256-C3D07uouV8QZLplIonmViZoCXb4AAEN+uGvNly2hcMc=";
};
postPatch = ''
@@ -2,8 +2,12 @@
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
cython,
versioneer,
# dependencies
cons,
etuples,
filelock,
@@ -12,6 +16,8 @@
numpy,
scipy,
typing-extensions,
# checks
jax,
jaxlib,
numba,
@@ -23,7 +29,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.22.1";
version = "2.23.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -32,7 +38,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-FG95+3g+DcqQkyJX3PavfyUWTINFLrgAPTaHYN/jk90=";
hash = "sha256-r7ooPwZSEsypYAf+oWu7leuoIK39gFfHZACrxsbcIV0=";
};
postPatch = ''