Skip to content

Commit

Permalink
chore: update numpy version in FL use case
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 29, 2023
1 parent e467cb7 commit 9838364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion use_case_examples/federated_learning/fix_grpc.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
# on m1 mac there is a known issue with grpc install

# https://stackoverflow.com/questions/72620996/apple-m1-symbol-not-found-cfrelease-while-running-python-app/74306400#74306400
Expand Down
2 changes: 1 addition & 1 deletion use_case_examples/federated_learning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flwr~=1.4.0
numpy~=1.21.1
numpy~=1.22.4
openml~=0.13.1
scikit_learn~=1.2.2

0 comments on commit 9838364

Please sign in to comment.