python3.pkgs.pymc3: unbreak
The arviz and packaging dependencies are needed since the update to pymc3 3.8.
This commit is contained in:
parent
346197e57c
commit
b7b33e2c5d
@ -9,6 +9,8 @@
|
|||||||
, tqdm
|
, tqdm
|
||||||
, six
|
, six
|
||||||
, h5py
|
, h5py
|
||||||
|
, arviz
|
||||||
|
, packaging
|
||||||
, pytest
|
, pytest
|
||||||
, nose
|
, nose
|
||||||
, parameterized
|
, parameterized
|
||||||
@ -37,6 +39,8 @@ buildPythonPackage rec {
|
|||||||
tqdm
|
tqdm
|
||||||
six
|
six
|
||||||
h5py
|
h5py
|
||||||
|
arviz
|
||||||
|
packaging
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user