Prerequisites¶
Streamlines is a Python 3.x package primarily intended to be invoked from a Jupyter notebook. Testing has been with Python 3.6.
Package dependencies¶
- python 3.6 (3.5 may work)
- pyopencl 2018.1
- numba 0.36.2
- matplotlib 2.0.2
- GDAL (part of osgeo) 2.1.3; version 2.2.0 fails on darwin
- numpy 1.14.0
- scipy 1.0.0
- scikit-image 0.13.0
- scikit-learn 0.19.1
- pandas 0.22
- pympler 0.5
- h5py 2.7.1 (temporarily not needed)
Warning
This is a work in progress.