python3.pkgs.pandas: remove optional dependencies

This commit is contained in:
Frederik Rietdijk 2021-11-23 22:20:27 +01:00 committed by Frederik Rietdijk
parent d6d496e525
commit 6dc2edb831

View file

@ -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 = [