Skip to content

Commit

Permalink
Update flwr version from nightly to 1.6.0 (#2681)
Browse files Browse the repository at this point in the history
Co-authored-by: yan-gao-GY <[email protected]>
  • Loading branch information
yan-gao-GY and yan-gao-GY authored Dec 5, 2023
1 parent f10e385 commit c3347a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/xgboost-quickstart/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors = ["The Flower Authors <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr-nightly = ">=1.0,<2.0"
flwr = ">=1.6.0,<2.0"
flwr-datasets = ">=0.0.1,<1.0.0"
xgboost = ">=2.0.0,<3.0.0"
2 changes: 1 addition & 1 deletion examples/xgboost-quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flwr-nightly>=1.0, <2.0
flwr>=1.6.0, <2.0
flwr-datasets>=0.0.1, <1.0.0
xgboost>=2.0.0, <3.0.0

0 comments on commit c3347a4

Please sign in to comment.