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
, six
, h5py
, arviz
, packaging
, pytest
, nose
, parameterized
@ -37,6 +39,8 @@ buildPythonPackage rec {
tqdm
six
h5py
arviz
packaging
];
checkInputs = [