Skip to content

Commit

Permalink
Update Pandas to 2.0 in quickstart example (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored May 2, 2023
1 parent d6c7664 commit b201af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart_pandas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers = ["The Flower Authors <hello@flower.dev>"]
python = "^3.8"
flwr = "^1.0.0"
numpy = "^1.21.0"
pandas = "^1.5.2"
pandas = "^2.0.0"
scikit-learn = "^1.1.1"

0 comments on commit b201af8

Please sign in to comment.