Loading pkgs/development/python-modules/potentials/default.nix +23 −26 Original line number Diff line number Diff line { lib , bibtexparser , buildPythonPackage , cdcs , datamodeldict , fetchPypi , habanero , ipywidgets , lxml , matplotlib , numpy , pandas , pytestCheckHook , pythonOlder , requests , scipy , setuptools , unidecode , xmltodict , yabadaba { lib, bibtexparser, buildPythonPackage, cdcs, datamodeldict, fetchPypi, habanero, ipywidgets, lxml, matplotlib, numpy, pandas, pytestCheckHook, pythonOlder, requests, scipy, setuptools, unidecode, xmltodict, yabadaba, }: buildPythonPackage rec { Loading @@ -32,9 +33,7 @@ buildPythonPackage rec { hash = "sha256-ZXsqsqsgWntZUOuW1/2KAhsbnienHu6VFctxYkw+GCU="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ bibtexparser Loading @@ -56,9 +55,7 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "potentials" ]; pythonImportsCheck = [ "potentials" ]; meta = with lib; { description = "Python API database tools for accessing the NIST Interatomic Potentials Repository"; Loading Loading
pkgs/development/python-modules/potentials/default.nix +23 −26 Original line number Diff line number Diff line { lib , bibtexparser , buildPythonPackage , cdcs , datamodeldict , fetchPypi , habanero , ipywidgets , lxml , matplotlib , numpy , pandas , pytestCheckHook , pythonOlder , requests , scipy , setuptools , unidecode , xmltodict , yabadaba { lib, bibtexparser, buildPythonPackage, cdcs, datamodeldict, fetchPypi, habanero, ipywidgets, lxml, matplotlib, numpy, pandas, pytestCheckHook, pythonOlder, requests, scipy, setuptools, unidecode, xmltodict, yabadaba, }: buildPythonPackage rec { Loading @@ -32,9 +33,7 @@ buildPythonPackage rec { hash = "sha256-ZXsqsqsgWntZUOuW1/2KAhsbnienHu6VFctxYkw+GCU="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ bibtexparser Loading @@ -56,9 +55,7 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "potentials" ]; pythonImportsCheck = [ "potentials" ]; meta = with lib; { description = "Python API database tools for accessing the NIST Interatomic Potentials Repository"; Loading