Bug-fix release to remove direct dependencies on pytorch or tensorflow from echo. Before, when installing echo, both pytorch and tensorflow would be installed into the user's python environment. For users only using one of the two packages, this could cause incompatibilities with the GPU. If you need a specific deep learning library in your python environment, install it with pip or conda separately from installing echo.
What's Changed
* Removed tensorflow and pytorch dependencies. by djgagne in https://github.com/NCAR/echo-opt/pull/10
**Full Changelog**: https://github.com/NCAR/echo-opt/compare/v1.0.1...v1.0.2