From 85585e9d13c9e729ecb453b26bc2426aaab17aed Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 26 Nov 2021 21:36:41 +0100 Subject: python3Packages.potentials: add missing dependencies --- .../python-modules/potentials/default.nix | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pkgs/development/python-modules/potentials/default.nix b/pkgs/development/python-modules/potentials/default.nix index 24db19b3c065e..ea7fc46542849 100644 --- a/pkgs/development/python-modules/potentials/default.nix +++ b/pkgs/development/python-modules/potentials/default.nix @@ -1,19 +1,21 @@ { lib +, bibtexparser , buildPythonPackage -, fetchPypi -, ipywidgets , cdcs -, bibtexparser +, datamodeldict +, fetchPypi , habanero +, ipywidgets +, lxml +, matplotlib +, numpy , pandas +, pytestCheckHook +, pythonOlder , requests -, numpy -, matplotlib +, scipy , unidecode -, datamodeldict , xmltodict -, pytestCheckHook -, pythonOlder }: buildPythonPackage rec { @@ -29,16 +31,18 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ - ipywidgets - cdcs bibtexparser + cdcs + datamodeldict habanero + ipywidgets + lxml + matplotlib + numpy pandas requests - numpy - matplotlib + scipy unidecode - datamodeldict xmltodict ]; -- cgit 1.4.1