Skip to content

Commit

Permalink
Merge branch 'dev' into precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Oct 2, 2024
2 parents e8df014 + 7668ce1 commit 54eae5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gluonts/nursery/daf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch==1.13.1
torch==2.2.0
tensorboard==2.3.0
numpy==1.22.0
pandas==1.1.5
scikit-learn~=1.4.0
scikit-learn~=1.5.0
scipy==1.10.0
matplotlib==3.3.2
2 changes: 1 addition & 1 deletion src/gluonts/nursery/few_shot_prediction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python = "^3.8,<3.10"
pytorch-lightning = "^1.4.4"
sagemaker = "^2.218.0"
scikit-learn = "^1.4.0"
torch = "^1.9.0"
torch = "^2.2.0"
sagemaker-training = "^3.9.2"
python-dotenv = "^0.19.0"
xlrd = "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/gluonts/nursery/tsbench/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ scipy = "^1.6.3"
seaborn = "^0.11.2"
statsmodels = "^0.13.0"
toolz = "^0.11.1"
torch = "^1.10.1"
torch = "^2.2.0"
tqdm = "^4.60.0"
ujson = "^5.1.0"
xgboost = "^1.4.1"
Expand Down

0 comments on commit 54eae5a

Please sign in to comment.