jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

skimage and matplotlib dependencies #31

Closed SylvainCorlay closed 6 years ago

SylvainCorlay commented 9 years ago

height_texture depends on scikit-image and matplotlib. Maybe we should add those as extras_require dependencies in setup.py.

vidartf commented 6 years ago

Fixed in #85. extras_require now has a test and an examples entry.