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 New Issue
Block a user