mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3.pkgs.pandas: remove optional dependencies
This commit is contained in:
parent
d6d496e525
commit
6dc2edb831
@ -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…
Reference in New Issue
Block a user