python3Packages.pymatgen: fix deps

This commit is contained in:
Jonathan Ringer 2020-11-29 15:10:39 -08:00 committed by Frederik Rietdijk
parent 804de2a2ff
commit 7d73203369
1 changed files with 21 additions and 2 deletions

View File

@ -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 {
pname = "pymatgen";
@ -11,7 +30,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ glibcLocales ];
propagatedBuildInputs = [
enum34
matplotlib
@ -29,6 +47,7 @@ buildPythonPackage rec {
spglib
sympy
tabulate
uncertainties
];
# No tests in pypi tarball.