* <bot> update dependencies*.log files(s) ([`3fccfa1`](https://github.com/icecube/skyreader/commit/3fccfa10c018839ec5e81e9c3bb110e4a2ae5610))
* Compatibility with lvk (41)
To be more compatible with LVK, I:
- Changed the unit in the multiorder maps from deg-2 to sr-1;
- The unit is stored now in `TUNIT2` in the header;
- Changed the column name from `PROBABILITY DENSITY [deg-2]` to
`[PROBDENSITY]`.
Moreover, in `plot.py` there were problems bacause the new matplotlib
doesn&39;t support anymore the attribute `QuadContourSet.collections`. This
affects only `create_plot` when `dozoom` is set to `True`. I tried by
using `get_paths()` to fix the problem, but I am not totally sure it is
really doing what it should. At least in general it is not anymore
giving error. However, is the option `dozoom=True` still used? It seems
to me only redundant because there is already `create_plot_zoomed`.
Could we get rid of the option `dozoom=True`?
---------
Co-authored-by: wipacdevbot <developersicecube.wisc.edu> ([`96c1751`](https://github.com/icecube/skyreader/commit/96c1751b9f8f70fdc2a2496c05cdc26e8f525e41))