python3Packages.pymatgen: fix deps
This commit is contained in:
parent
804de2a2ff
commit
7d73203369
@ -1,4 +1,23 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, glibcLocales, numpy, pydispatcher, sympy, requests, monty, ruamel_yaml, six, scipy, tabulate, enum34, matplotlib, palettable, spglib, pandas, plotly, networkx }:
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
|
, enum34
|
||||||
|
, glibcLocales
|
||||||
|
, matplotlib
|
||||||
|
, monty
|
||||||
|
, networkx
|
||||||
|
, numpy
|
||||||
|
, palettable
|
||||||
|
, pandas
|
||||||
|
, plotly
|
||||||
|
, pydispatcher
|
||||||
|
, requests
|
||||||
|
, ruamel_yaml
|
||||||
|
, scipy
|
||||||
|
, six
|
||||||
|
, spglib
|
||||||
|
, sympy
|
||||||
|
, tabulate
|
||||||
|
, uncertainties
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymatgen";
|
pname = "pymatgen";
|
||||||
@ -11,7 +30,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ glibcLocales ];
|
nativeBuildInputs = [ glibcLocales ];
|
||||||
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
enum34
|
enum34
|
||||||
matplotlib
|
matplotlib
|
||||||
@ -29,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
spglib
|
spglib
|
||||||
sympy
|
sympy
|
||||||
tabulate
|
tabulate
|
||||||
|
uncertainties
|
||||||
];
|
];
|
||||||
|
|
||||||
# No tests in pypi tarball.
|
# No tests in pypi tarball.
|
||||||
|
Loading…
Reference in New Issue
Block a user