gbrammer / grizli

Grizli: The "Grism redshift and line" analysis software
MIT License
67 stars 51 forks source link

Remove requirement to install AWS dependency #189

Closed TheSkyentist closed 9 months ago

TheSkyentist commented 9 months ago

When running NIRISS JWST data, grizli usually requires that awscl and boto3 be installed. E.g. one must install using pip install grizli[jwst,aws]. I believe I have removed these requirements if AWS is not being used. In addition, I have suppressed messages that notify the use that awscli is not installed when used to test if the awscli is installed or not.

gbrammer commented 9 months ago

Nice to finally silence that shell warning!