Skip to content

Commit

Permalink
Sync torch and torchvision versions with pytorch-lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed May 5, 2023
1 parent cdbd78e commit 4c94b71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions multimodal/setup.py
Expand Up @@ -33,8 +33,8 @@
"evaluate>=0.2.2,<0.4.0",
"accelerate>=0.9,<0.17",
"timm>=0.6.12,<0.7.0",
"torch>=1.9,<2.1",
"torchvision>=0.10.0,<0.16",
"torch>=1.11,<2.1",
"torchvision>=0.12.0,<0.16",
"fairscale>=0.4.5,<0.4.14",
"scikit-image>=0.19.1,<0.21.0",
"pytorch-lightning>=2.0.0,<2.1",
Expand Down
2 changes: 1 addition & 1 deletion tabular/setup.py
Expand Up @@ -43,7 +43,7 @@
'xgboost>=1.6,<1.8',
],
'fastai': [
'torch>=1.9,<2.1',
'torch>=1.11,<2.1',
'fastai>=2.3.1,<2.8',
],
'ray': [
Expand Down
2 changes: 1 addition & 1 deletion timeseries/setup.py
Expand Up @@ -29,7 +29,7 @@
"pandas", # version range defined in `core/_setup_utils.py`
"statsmodels>=0.13.0,<0.14",
"gluonts>=0.12.4,<0.13",
"torch>=1.9,<2.1",
"torch>=1.11,<2.1",
"pytorch-lightning>=2.0.0,<2.1",
"networkx", # version range defined in `core/_setup_utils.py`
"statsforecast>=1.4.0,<1.5",
Expand Down

0 comments on commit 4c94b71

Please sign in to comment.