aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7ebccae..211e99d 100644
--- a/setup.py
+++ b/setup.py
@@ -29,12 +29,15 @@ setup(
"numpy",
"scipy",
"atpublic",
- "matplotlib",
"cython",
"fastdtw",
"asn1crypto",
"h5py",
- "bokeh"
+ "holoviews",
+ "bokeh",
+ "matplotlib",
+ "datashader",
+ "xarray"
],
extras_require={
"picoscope_sdk": ["picosdk"],