Skip to content

Commit

Permalink
Bump tensorboard version with compatibility updates for NumPy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 7, 2024
1 parent ff86b2b commit 667549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-mods/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["The Flower Authors <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
tensorboard = "2.16.2"
tensorboard = "2.18.0"
torch = "1.13.1"
torchvision = "0.14.1"
tqdm = "4.65.0"
Expand Down

0 comments on commit 667549a

Please sign in to comment.