apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

grpcio version fix by machine type #86

Closed praneethchityala closed 1 year ago

praneethchityala commented 1 year ago

This PR has conditional grpcio and grpcio-tools versions in pyproject.toml to auto dectect the machine type and install necessary versions based on arm64 or X86_64 machines.

DImuthuUpe commented 1 year ago

This is related to https://github.com/apache/airavata-mft/issues/71

DImuthuUpe commented 1 year ago

Thanks @praneethchityala. This is super convenient to support both M1, M2 and Intel MacOs versions. I'll open this back if there is any issue