Skip to content

Commit

Permalink
Bump pytorch-lightning from 1.7.4 to 1.7.5 in /requirements (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 8, 2022
1 parent fec5807 commit a498cca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ filterwarnings = [
# https://github.com/pytorch/pytorch/pull/69823
"ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning:torch.utils.tensorboard",
"ignore:The distutils package is deprecated and slated for removal in Python 3.12:DeprecationWarning:torch.utils.tensorboard",
# https://github.com/PyTorchLightning/pytorch-lightning/issues/13256
# https://github.com/PyTorchLightning/pytorch-lightning/pull/13261
# https://github.com/Lightning-AI/lightning/issues/13256
# https://github.com/Lightning-AI/lightning/pull/13261
"ignore:torch.distributed._sharded_tensor will be deprecated:DeprecationWarning:torch.distributed._sharded_tensor",
# https://github.com/Lightning-AI/lightning/issues/13989
"ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning:pytorch_lightning.trainer.connectors.callback_connector",
# https://github.com/Lightning-AI/lightning/issues/14594
"ignore:To copy construct from a tensor, it is recommended to use:UserWarning:pytorch_lightning.core.module",
# https://github.com/rasterio/rasterio/issues/1742
# https://github.com/rasterio/rasterio/pull/1753
"ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated:DeprecationWarning:rasterio.crs",
Expand Down
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ omegaconf==2.2.3
packaging==21.3
pillow==9.2.0
pyproj==3.3.1;python_version>='3.8'
pytorch-lightning==1.7.4
pytorch-lightning==1.7.5
rasterio==1.3.2;python_version>='3.8'
rtree==1.0.0
scikit-learn==1.1.2;python_version>='3.8'
Expand Down

0 comments on commit a498cca

Please sign in to comment.