In the coming week we should consider bumping some of the core libraries to their most recent versions. Libraries (careful checking required): - [ ] [webdataset](https://github.com/webdataset/webdataset): Wait for version v2, https://github.com/webdataset/webdataset/milestone/2, currently frozen to an outdated version due to API changes - [ ] [segmentation_models.pytorch](https://github.com/qubvel/segmentation_models.pytorch): Update to latest version (hopefully this includes the UNet variants currently copied into our repo from a PR, https://github.com/qubvel/segmentation_models.pytorch/pull/425) - [x] [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning): Bump to v1.5 or even better the yet to the released v1.6 right away (to catch any upcoming API changes early) - [ ] [pytorch](https://github.com/pytorch/pytorch): Bump to v1.10 (because why not)
In the coming week we should consider bumping some of the core libraries to their most recent versions.
Libraries (careful checking required):