python3.pkgs.pymc3: unbreak

The arviz and packaging dependencies are needed since the update to
pymc3 3.8.
This commit is contained in:
Timo Kaufmann 2020-04-07 16:43:22 +02:00
parent 346197e57c
commit b7b33e2c5d

View File

@ -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 = [