Skip to content

Commit

Permalink
unbound packages
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyuWuu committed Aug 26, 2024
1 parent ccb50ab commit ad95b2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ classifiers = [
description = "Forecasting timeseries with PyTorch - dataloaders, normalizers, metrics and models"

dependencies = [
"numpy<2.0.0",
"numpy<=2.1.0",
"torch >=2.0.0,!=2.0.1,<3.0.0",
"lightning >=2.0.0,<3.0.0",
"optuna >=3.1.0,<3.3.0",
"optuna >=3.1.0,<=3.6.1",
"optuna-integration <= 3.6.0",
"scipy >=1.8,<2.0",
"pandas >=1.3.0,<3.0.0",
"scikit-learn >=1.2,<2.0",
Expand Down

0 comments on commit ad95b2b

Please sign in to comment.