Skip to content

Commit

Permalink
Fixing deprecated-baselines CI (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 14, 2023
1 parent c19a8d6 commit 4f3bb4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baselines/flwr_baselines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ matplotlib = "^3.5.1"
scikit-image = "^0.18.1"
scikit-learn = "^1.2.1"
wget = "^3.2"
virtualenv = "^20.24.6"
pandas = "^1.5.3"
pyhamcrest = "^2.0.4"

Expand All @@ -61,6 +62,7 @@ flake8 = "==3.9.2"
pytest = "==6.2.4"
pytest-watch = "==4.2.0"
types-requests = "==2.27.7"
pydantic = "==2.4.2"

[tool.isort]
line_length = 88
Expand Down
2 changes: 2 additions & 0 deletions baselines/flwr_baselines/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ matplotlib >= 3.5.0
scikit-image >= 0.18.1
scikit-learn >= 0.24.2
wget >= 3.2
virtualenv >= 20.24.6

##### dev-dependencies
isort == 5.11.5
Expand All @@ -26,3 +27,4 @@ flake8 == 3.9.2
pytest == 6.2.4
pytest-watch == 4.2.0
types-requests == 2.27.7
pydantic ==2.4.2

0 comments on commit 4f3bb4f

Please sign in to comment.