Skip to content

Commit

Permalink
Bump pytorch-lightning
Browse files Browse the repository at this point in the history
commit dd96a19 forces a minimum version bump of pytorch-lightning to 2.0.0 ref Lightning-AI/pytorch-lightning#16847
  • Loading branch information
ddelange committed May 4, 2023
1 parent 06b41f2 commit 6a0387e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multimodal/setup.py
Expand Up @@ -37,7 +37,7 @@
"torchvision>=0.10.0,<0.16",
"fairscale>=0.4.5,<0.4.14",
"scikit-image>=0.19.1,<0.21.0",
"pytorch-lightning>=1.9.0,<2.1",
"pytorch-lightning>=2.0.0,<2.1",
"text-unidecode>=1.3,<1.4",
"torchmetrics~=1.0.0rc0",
"transformers>=4.23.0,<4.27.0",
Expand Down
2 changes: 1 addition & 1 deletion timeseries/setup.py
Expand Up @@ -30,7 +30,7 @@
"statsmodels>=0.13.0,<0.14",
"gluonts>=0.12.4,<0.13",
"torch>=1.9,<2.1",
"pytorch-lightning>=1.9.0,<2.1",
"pytorch-lightning>=2.0.0,<2.1",
"networkx", # version range defined in `core/_setup_utils.py`
"statsforecast>=1.4.0,<1.5",
"mlforecast>=0.7.0,<0.8.0",
Expand Down

0 comments on commit 6a0387e

Please sign in to comment.