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

chore: update requirements in federated use case #353

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion use_case_examples/federated_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example is inspired from the [flower blog post on LogisticRegression traini

## Setup

To run this example you will need to have `concrete-ml` installed as well as the extra requirements from `requirements.txt`, using `python -m pip install -r requirements.txt`.
To run this example you will need to install the requirements from `requirements.txt`, using `python -m pip install -r requirements.txt`.
If you are using macOS with arm then you might need to launch the `./fix_grpc.sh` script for fix the `grpcio` package installation.

## Train the model
Expand Down
3 changes: 1 addition & 2 deletions use_case_examples/federated_learning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
flwr~=1.4.0
numpy~=1.22.4
openml~=0.13.1
scikit_learn~=1.2.2
concrete-ml
Loading