mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
python311Packages.cmdstanpy: 1.1.0 -> 1.2.0
This commit is contained in:
parent
341b8cadca
commit
01d8e07d8d
@ -8,6 +8,7 @@
|
|||||||
, pandas
|
, pandas
|
||||||
, numpy
|
, numpy
|
||||||
, tqdm
|
, tqdm
|
||||||
|
, stanio
|
||||||
, xarray
|
, xarray
|
||||||
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
@ -15,14 +16,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cmdstanpy";
|
pname = "cmdstanpy";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stan-dev";
|
owner = "stan-dev";
|
||||||
repo = "cmdstanpy";
|
repo = "cmdstanpy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-9kAd3rbSctWEhAzB6RiQlbg5/uVxGIghYLus8hWzBFQ=";
|
hash = "sha256-1/X5JDvCx21qLNamNQXpg+w3d3DdSRlB+liIv2fThs4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -41,6 +42,7 @@ buildPythonPackage rec {
|
|||||||
pandas
|
pandas
|
||||||
numpy
|
numpy
|
||||||
tqdm
|
tqdm
|
||||||
|
stanio
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.optional-dependencies = {
|
passthru.optional-dependencies = {
|
||||||
|
Loading…
Reference in New Issue
Block a user