You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fperez asked to package the common health cloud Python client to be on conda-forge
Current impediments:
strict version pinning in the package. See Python packaging recommendations, but it's usually not a good idea to pin exact dependencies in a package, as that causes conflicts with other packages. Pinning is usually a good idea when building docker images, etc., but that's best done in an external requirements.txt managed through something like pip-compile, dependabot, etc.
tink is a dependency that is also not yet on conda-forge (I can manage, it'll just take a bit because it uses bazel, a build system I'm not familiar with)
This is not pressing, and can be done comfortably after pre-MVP. It does not block anything. Fixing the pinning would help a bit for the pre-MVP, but can be worked around without too much trouble for now.
The text was updated successfully, but these errors were encountered:
The new MVP architecture removes cryptography responsibilities from the partner, which I assume will remove tink from the dependency list. That should make packaging the next version of the client on conda-forge easier.
@fperez asked to package the common health cloud Python client to be on conda-forge
Current impediments:
cc @surfdoc for the package pinning
This is not pressing, and can be done comfortably after pre-MVP. It does not block anything. Fixing the pinning would help a bit for the pre-MVP, but can be worked around without too much trouble for now.
The text was updated successfully, but these errors were encountered: