mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #277301 from GaetanLepage/arviz
python311Packages.arviz: 0.16.1 -> 0.17.0
This commit is contained in:
commit
d443093f29
@ -8,13 +8,11 @@
|
|||||||
, numba
|
, numba
|
||||||
, numpy
|
, numpy
|
||||||
, pandas
|
, pandas
|
||||||
, pytest
|
|
||||||
, setuptools
|
, setuptools
|
||||||
, cloudpickle
|
, cloudpickle
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, scipy
|
, scipy
|
||||||
, packaging
|
, packaging
|
||||||
, typing-extensions
|
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, xarray
|
, xarray
|
||||||
, xarray-einstats
|
, xarray-einstats
|
||||||
@ -33,7 +31,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arviz";
|
pname = "arviz";
|
||||||
version = "0.16.1";
|
version = "0.17.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -42,7 +40,7 @@ buildPythonPackage rec {
|
|||||||
owner = "arviz-devs";
|
owner = "arviz-devs";
|
||||||
repo = "arviz";
|
repo = "arviz";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-kixWGj0M0flTq5rXSiPB0nfZaGYRvvMBGAJpehdW8KY=";
|
hash = "sha256-DqVwbiNJHdRxK3Ppfa6sqPJzDqMaj1mtlAJHFq09u2Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -86,6 +84,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Tests require network access
|
# Tests require network access
|
||||||
|
"test_plot_ppc_transposed"
|
||||||
"test_plot_separation"
|
"test_plot_separation"
|
||||||
"test_plot_trace_legend"
|
"test_plot_trace_legend"
|
||||||
"test_cov"
|
"test_cov"
|
||||||
|
Loading…
Reference in New Issue
Block a user