The README says esmf-trace depends on babeltrace and plotly, but the (source of truth) pyproject.toml lists many more dependencies, and does not list babeltrace (which is presumably because of the ARE session crash issue, and why babeltrace is loaded as a module within the install bash script)
dependencies = [
"numpy",
"xarray",
"pandas",
"plotly",
"matplotlib",
"ruamel.yaml",
"pyarrow",
]
The README says esmf-trace depends on
babeltraceandplotly, but the (source of truth) pyproject.toml lists many more dependencies, and does not listbabeltrace(which is presumably because of the ARE session crash issue, and why babeltrace is loaded as a module within the install bash script)