Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Jan 7, 2025
1 parent 7506d12 commit 0d949f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baselines/fedavgm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python = ">=3.9, <3.12.0" # changed! original baseline template uses >= 3.8.15
flwr = { extras = ["simulation"], version = "1.5.0" }
hydra-core = "1.3.2" # don't change this
cython = "^3.0.0"
tensorflow = "2.11.1"
tensorflow = "2.12.1"
numpy = "1.25.2"
matplotlib = "^3.7.2"

Expand All @@ -54,7 +54,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 0d949f7

Please sign in to comment.