OttoStruve / muler

A Python package for working with pipeline-produced spectra from IGRINS, HPF, and Keck NIRSPEC
https://muler.readthedocs.io
MIT License
15 stars 9 forks source link

Standardize muler dependencies #147

Open gully opened 1 year ago

gully commented 1 year ago

Currently we have dependencies in at least 4 locations:

Having dependencies in multiple places has led to frustration when building documentation and running tests, since it is not clear 1) why there are multiple such files, and 2) which one should be altered or maintained.

@kfkaplan pointed out this problem during #136, and recommends we standardize into a single system of dependencies.

gully commented 1 year ago

This line of code shows where the GitHub Actions are calling the dependencies.

It may be as simple as fixing this line.