Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sklearn example's server and client #1347

Merged
merged 3 commits into from
Aug 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed flwr version in the pyproject.toml file
  • Loading branch information
George committed Jul 29, 2022
commit 3ec5ed8d9d1f692ed32556a88d1ff2906a72f33d
2 changes: 1 addition & 1 deletion examples/sklearn-logreg-mnist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [

[tool.poetry.dependencies]
python = "^3.8"
flwr = "^0.19.0"
flwr = "^1.0.0"
# flwr = { path = "../../", develop = true } # Development
scikit-learn = "^1.1.1"
openml = "^0.12.2"