Skip to content

Commit

Permalink
fix(framework) Exclude incompatible grpcio versions (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Jul 11, 2024
1 parent ed566a7 commit bcb3740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ flower-simulation = "flwr.simulation.run_simulation:run_simulation_from_cli"
python = "^3.8"
# Mandatory dependencies
numpy = "^1.21.0"
grpcio = "^1.60.0"
grpcio = "^1.60.0,!=1.64.2,!=1.65.0"
protobuf = "^4.25.2"
cryptography = "^42.0.4"
pycryptodome = "^3.18.0"
Expand Down

0 comments on commit bcb3740

Please sign in to comment.