Skip to content

Commit

Permalink
Further fix to drop hard dependency on pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 20, 2016
1 parent 91d9033 commit 941acd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion holoviews/interface/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@

try:
import pandas as pd
from ..core.data import PandasInterface
except:
pd = None
PandasInterface = None

import param

from ..core import ViewableElement, NdMapping, Dataset, NdOverlay,\
NdLayout, GridSpace, HoloMap
from ..core.data import PandasInterface
from ..element import (Chart, Table, Curve, Scatter, Bars, Points,
VectorField, HeatMap, Scatter3D, Surface)

Expand Down

0 comments on commit 941acd2

Please sign in to comment.