SAIL-Labs / AMICAL

Extraction pipeline and analysis tools for Aperture Masking Interferometry mode of the last generation of instruments (ground-based and space).
https://sail-labs.github.io/AMICAL/
MIT License
9 stars 7 forks source link

DEP: drop tabulate ? #182

Closed neutrinoceros closed 1 year ago

neutrinoceros commented 1 year ago

tabulate is used to pretty-print tabular data in a couple places, but it seems like a liability maintenance-wise (the repo has little activity and is seldom released). I wonder if we could use astropy.table instead and reduce the number of dependencies.

neutrinoceros commented 1 year ago

It would also be possible to drop tabulate and termcolor in favour of rich, which is well supported.