+10
−2
Loading
Update setup.py to list numpy as a pre-requisite and skip the correct guess of the include directory if numpy hasn't been installed yet. To test, start a fresh virtual environment and run `pip install SharedArray`. It crashes without this fix and installs with this fix.