Open spencermathews opened 5 years ago
What's up with those checks anyway? And why should they fail due to such an innocuous change?
It's presumably due to one of our dependencies having released a new and slightly incompatible version; nothing to do with your change. Any new PR opened now will probably show the same problem...
Creating the earthml conda enviroment according to the installation instructions leads to a warning related to pip:
Including
pip
in the environment prevents this warning, avoids any ambiguity surrounding pip dependencies, and conforms to the best practices as I interpret them.