python3.pkgs.pandas: remove optional dependencies

main
Frederik Rietdijk 3 years ago committed by Frederik Rietdijk
parent d6d496e525
commit 6dc2edb831
  1. 21
      pkgs/development/python-modules/pandas/default.nix

@ -3,15 +3,9 @@
, buildPythonPackage
, fetchPypi
, python
, beautifulsoup4
, bottleneck
, cython
, numpy
, python-dateutil
, html5lib
, jinja2
, lxml
, numexpr
, openpyxl
, pytz
, scipy
, sqlalchemy
@ -21,6 +15,7 @@
# Test inputs
, glibcLocales
, hypothesis
, jinja2
, pytestCheckHook
, pytest-xdist
, pytest-asyncio
@ -44,19 +39,9 @@ buildPythonPackage rec {
buildInputs = lib.optional stdenv.isDarwin libcxx;
propagatedBuildInputs = [
beautifulsoup4
bottleneck
numpy
python-dateutil
html5lib
numexpr
lxml
openpyxl
pytz
scipy
sqlalchemy
tables
xlrd
xlwt
];
checkInputs = [

Loading…
Cancel
Save