Skip to content

Commit 5285942

Browse files
authored
fix(*:skip) Bump tqdm version to 4.66.3 (#4822)
1 parent 34f289c commit 5285942

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

baselines/fjord/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ flwr[simulation]==1.5.0
44
omegaconf==2.3.0
55
torch==2.2.0
66
torchvision==0.17.0
7-
tqdm==4.65.0
7+
tqdm==4.66.3

baselines/flwr_baselines/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flwr >= 0.18.0
1010
torch >= 1.10.1
1111
torchvision == 0.11.2
1212
numpy >= 1.20.0
13-
tqdm == 4.62.3
13+
tqdm == 4.66.3
1414
matplotlib >= 3.5.0
1515
scikit-image >= 0.18.1
1616
scikit-learn >= 0.24.2

baselines/heterofl/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ torch = { url = "https://download.pytorch.org/whl/cu118/torch-2.1.0%2Bcu118-cp31
4444
torchvision = { url = "https://download.pytorch.org/whl/cu118/torchvision-0.16.0%2Bcu118-cp310-cp310-linux_x86_64.whl" }
4545
anytree = "^2.12.1"
4646
types-six = "^1.16.21.9"
47-
tqdm = "4.66.1"
47+
tqdm = "4.66.3"
4848

4949
[tool.poetry.dev-dependencies]
5050
isort = "==5.13.2"
@@ -55,7 +55,7 @@ pylint = "==2.8.2"
5555
flake8 = "==3.9.2"
5656
pytest = "==6.2.4"
5757
pytest-watch = "==4.2.0"
58-
ruff = "==0.0.272"
58+
ruff = "==0.4.5"
5959
types-requests = "==2.27.7"
6060
virtualenv = "20.21.0"
6161

baselines/hfedxgboost/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ torch = "2.5.1"
4444
scikit-learn = "1.3.0"
4545
xgboost = "2.0.0"
4646
torchmetrics = "1.1.2"
47-
tqdm = "4.66.1"
47+
tqdm = "4.66.3"
4848
torchvision = "0.20.1"
4949
wandb = "0.15.12"
5050

baselines/niid_bench/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ flwr = { extras = ["simulation"], version = "1.5.0" }
4242
hydra-core = "1.3.2" # don't change this
4343
torch = { url = "https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp310-cp310-linux_x86_64.whl" }
4444
torchvision = { url = "https://download.pytorch.org/whl/cu113/torchvision-0.13.1%2Bcu113-cp310-cp310-linux_x86_64.whl" }
45-
tqdm = "4.66.1"
45+
tqdm = "4.66.3"
4646

4747
[tool.poetry.dev-dependencies]
4848
isort = "==5.13.2"
@@ -53,7 +53,7 @@ pylint = "==2.8.2"
5353
flake8 = "==3.9.2"
5454
pytest = "==6.2.4"
5555
pytest-watch = "==4.2.0"
56-
ruff = "==0.0.272"
56+
ruff = "==0.4.5"
5757
types-requests = "==2.27.7"
5858
virtualenv = "==20.21.0"
5959

examples/custom-mods/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ flwr = { path = "../../", develop = true, extras = ["simulation"] }
1414
tensorboard = "2.18.0"
1515
torch = "2.5.1"
1616
torchvision = "0.20.1"
17-
tqdm = "4.65.0"
17+
tqdm = "4.66.3"
1818
wandb = "0.16.3"

examples/custom-mods/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ flwr-nightly[rest,simulation]>=1.0, <2.0
22
tensorboard==2.16.2
33
torch==2.5.1
44
torchvision==0.20.1
5-
tqdm==4.65.0
5+
tqdm==4.66.3
66
wandb==0.16.3

0 commit comments

Comments
 (0)