Skip to content

Commit

Permalink
grpcio issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nandarshan authored and DImuthuUpe committed Feb 21, 2024
1 parent 72ecfd9 commit 5434571
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python-cli/mft_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ python = "^3.10"
typer = {extras = ["all"], version = "^0.7.0"}
pick = {version= "2.2.0"}
grpcio= [
{version="1.46.3", markers = "platform_machine != 'arm64'"},
{version="1.46.3", markers = "platform_machine != 'arm64'", python = "<3.11"},
{version="1.60.0", markers = "platform_machine != 'arm64'", python = ">=3.11"},
{version="1.60.0", markers = "platform_machine == 'arm64'", python = ">=3.11"},
{version="1.47.0rc1", markers = "platform_machine == 'arm64'", python = "<3.11"},
]
grpcio-tools = [
{version="1.46.3", markers = "platform_machine != 'arm64'"},
{version="1.46.3", markers = "platform_machine != 'arm64'", python = "<3.11"},
{version="1.60.0", markers = "platform_machine != 'arm64'", python = ">=3.11"},
{version="1.60.0", markers = "platform_machine == 'arm64'", python = ">=3.11"},
{version="1.47.0rc1", markers = "platform_machine == 'arm64'", python = "<3.11"}
]
Expand Down

0 comments on commit 5434571

Please sign in to comment.