ioos / ioos_code_lab

Notebook demonstrations and examples
https://ioos.github.io/ioos_code_lab
MIT License
8 stars 11 forks source link

Added pyarrow to the environment files #182

Closed laurabrenskelle closed 6 months ago

laurabrenskelle commented 6 months ago

I added pyarrow to both of the environment files because when I was testing the CodeLab modules, I kept getting a deprecation warning that soon pyarrow will be required for pandas. This update to the environment fixed the issue when I tested it.

ocefpaf commented 6 months ago

I kept getting a deprecation warning that soon pyarrow will be required for pandas.

On could argue that this particular deprecation warning was an abuse b/c it is there just to ask for feedback on a possible future change in pandas. With that said, the warning is annoying and installing pyarrow is not a big deal.

Thanks!