mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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
|
||||
, six
|
||||
, h5py
|
||||
, arviz
|
||||
, packaging
|
||||
, pytest
|
||||
, nose
|
||||
, parameterized
|
||||
@ -37,6 +39,8 @@ buildPythonPackage rec {
|
||||
tqdm
|
||||
six
|
||||
h5py
|
||||
arviz
|
||||
packaging
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user