moemyself3 / lightcurator

lightcurator: for creating and curating a lightcurve database (in heavy development)
MIT License
2 stars 0 forks source link

setup.py fails on numpy install #6

Closed moemyself3 closed 5 years ago

moemyself3 commented 5 years ago

lightcurve originally used numpy 1.14.2 with python 3.6, current python 3.7 not compatible as shown in https://github.com/numpy/numpy/releases/tag/v1.14.2

moemyself3 commented 5 years ago

loosened requirements changing == to >=, but need to determine root of issue