Skip to content

Commit

Permalink
refactor(baselines) Update torch in HFedXGBoost baseline (#4775)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Jan 7, 2025
1 parent 9508d16 commit 9a9b1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions baselines/hfedxgboost/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ classifiers = [
python = ">=3.10.0, <3.11.0" # don't change this
flwr = { extras = ["simulation"], version = "1.5.0" }
hydra-core = "1.3.2" # don't change this
torch = "1.13.1"
torch = "2.5.1"
scikit-learn = "1.3.0"
xgboost = "2.0.0"
torchmetrics = "1.1.2"
tqdm = "4.66.1"
torchvision = "0.14.1"
torchvision = "0.20.1"
wandb = "0.15.12"

[tool.poetry.dev-dependencies]
Expand All @@ -57,7 +57,7 @@ pylint = "==2.8.2"
flake8 = "==3.9.2"
pytest = "==6.2.4"
pytest-watch = "==4.2.0"
ruff = "==0.0.272"
ruff = "==0.4.5"
types-requests = "==2.27.7"
virtualenv = "^20.21.0"

Expand Down

0 comments on commit 9a9b1e4

Please sign in to comment.