hippke / tls

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets
MIT License
48 stars 25 forks source link

Ensure matplotlib is added as a dependancy during package installation #69

Closed T0T4R4 closed 5 years ago

T0T4R4 commented 5 years ago

I tried to run your examples and some uses matplotlib. It would be nice to have it added to the overall dependancies when tls gets installed.

hippke commented 5 years ago

Hi! You can run TLS without matplotlib. It doesn't have a dependency. Only if you want to visualize the result, as in the tutorial, it is convenient to use matplotlib. You can install it using conda install matplotlib or pip install matplotlib. Alternatively, you can use other plotting tools.