mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
python3.pkgs.holoviews: remove optional dependencies
It was bringing in gdb as a transitive dependency, which is big.
This commit is contained in:
parent
63686ed8e3
commit
dbabce365c
|
@ -25,16 +25,11 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
colorcet
|
||||
param
|
||||
numpy
|
||||
pyviz-comms
|
||||
ipython
|
||||
notebook
|
||||
pandas
|
||||
matplotlib
|
||||
bokeh
|
||||
scipy
|
||||
panel
|
||||
param
|
||||
pyviz-comms
|
||||
];
|
||||
|
||||
# tests not fully included with pypi release
|
||||
|
|
Loading…
Reference in a new issue