Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Sep 13, 2024
1 parent bdb22b4 commit 41c2965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ license = "Apache-2.0"
dependencies = [
"typer",
"grpcio-tools==1.66.1",
"protobuf=^4.25.2",
"protobuf>=4.25.2,<5.0.0",
"mypy-protobuf==3.2.0",
"types-protobuf==3.19.18",
"black==24.2.0",
"PyGithub==2.1.1",
"tomli=^2.0.1",
"tomli>=2.0.1,<3.0.0",
]
packages = [
{ include = "flwr_dev", from = "." },
Expand Down

0 comments on commit 41c2965

Please sign in to comment.