Skip to content

Commit

Permalink
fix(examples) Update pinned numpy in quickstart-pandas and `verti…
Browse files Browse the repository at this point in the history
…cal-fl` examples (#4725)
  • Loading branch information
jafermarq authored Dec 16, 2024
1 parent 210ae95 commit 4f5e2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -14,7 +14,7 @@ authors = [
dependencies = [
"flwr[simulation]>=1.13.1",
"flwr-datasets[vision]>=0.3.0",
"numpy==1.24.4",
"numpy>=1.26.0",
"pandas==2.0.0",
]

Expand Down
1 change: 1 addition & 0 deletions examples/vertical-fl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"flwr[simulation]>=1.13.1",
"flwr-datasets>=0.3.0",
"pandas==2.0.3",
"numpy>=1.26.0",
"scikit-learn==1.3.2",
"torch==2.1.0",
]
Expand Down

0 comments on commit 4f5e2cb

Please sign in to comment.