Skip to content

Commit

Permalink
upgrade torch to 2.3.0 to support numpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyuWuu committed Aug 26, 2024
1 parent ad95b2b commit f5ab183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ description = "Forecasting timeseries with PyTorch - dataloaders, normalizers, m

dependencies = [
"numpy<=2.1.0",
"torch >=2.0.0,!=2.0.1,<3.0.0",
"torch >=2.3.0,<3.0.0",
"lightning >=2.0.0,<3.0.0",
"optuna >=3.1.0,<=3.6.1",
"optuna-integration <= 3.6.0",
Expand Down

0 comments on commit f5ab183

Please sign in to comment.