Revision 3ff24ea18de59fc8ef0a6d6798844e9a5a3caf64 authored by Rob Capellini on 16 September 2015, 13:05:49 UTC, committed by Rob Capellini on 16 September 2015, 13:05:49 UTC
'python setup.py clean' fails due to the glob module not being present.
Moved glob import statement to the top of the setup.py file to the top
of the file to allow the clean command to work.
1 parent 56ad1fb
Raw File
requirements.txt
numpy>=1.7
scipy>=0.12
pandas>=0.12
matplotlib>=1.2
cython>=0.20
numba>=0.15
nose
back to top