Add requirements to setup.py
Note that scipy depends on numpy, but it doesn't properly declare it as a dependency (at least pip install scipy
in a clean virtualenv fails). So to aid automatic installation, I also added numpy to our dependencies.
Note that scipy depends on numpy, but it doesn't properly declare it as a dependency (at least pip install scipy
in a clean virtualenv fails). So to aid automatic installation, I also added numpy to our dependencies.