spectralpython / spectral

Python module for hyperspectral image processing
MIT License
573 stars 139 forks source link

Getting the version does not depend on Numpy anymore #23

Closed Linkid closed 9 years ago

Linkid commented 9 years ago

The version is new read from the spectral/__init__.py file. Furthermore, Numpy will be installed as a requirement. So, it is not required to install it before installing spectral.

This should fix #22.

tboggs commented 9 years ago

@Linkid , thanks for the pull request!