We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6474ab5 commit 8583df4Copy full SHA for 8583df4
traittypes/traittypes.py
@@ -15,14 +15,6 @@ def __getattribute__(self, name):
15
import numpy as np
16
except ImportError:
17
np = _DelayedImportError('numpy')
18
-try:
19
- import pandas as pd
20
-except ImportError:
21
- pd = _DelayedImportError('pandas')
22
23
- import xarray as xr
24
25
- xr = _DelayedImportError('xarray')
26
27
28
Empty = Sentinel('Empty', 'traittypes',
0 commit comments