snoplusuk / echidna

MIT License
4 stars 12 forks source link

Closes #92. #93

Closed ashleyrback closed 8 years ago

ashleyrback commented 8 years ago

I think the problem with the requirements file, was coming from an old version of SciPy. I've upgraded to the latest version of SciPy. Also installing both SciPy and numpy was causing problems. Since numpy is installed as part of the SciPy package, I've removed the separate install of numpy and we should just use the version that is installed with the current SciPy version.

ashleyrback commented 8 years ago

This should work fine on any LINUX system and sometimes works on Macs, it worked fine for @arushanova but @drjeannewilson couldn't get it to work. Feedback from any other Mac users would be appreciated.

arushanova commented 8 years ago

Merging