Closed cmillion closed 2 years ago
I believe conda allows specifying pip dependencies. Does this not work?
This issue is about the conda-forge repository, not the conda
tool. Yes, you can include instructions to install pip dependencies in an environment file. But repositories don't like this, because the conda
solver can't ensure application binary interface compatibility with pip-installed packages, so it makes it much harder for them to maintain their integrity. For the specific conda-forge policy, see: https://conda-forge.org/docs/maintainer/adding_pkgs.html#avoid-external-dependencies
Let me look into what the process for making and automating submissions to conda-forge is.
This is in-progress, just FYI. Awaiting re-review by the conda-forge team.
Great. Thanks!
pds4_tools
is now available on conda-forge.
Feedstock located here.
Great! Thank you.
We are attempting to make the Planetary Data Reader (
pdr
) available via conda.pds4-tools
is one of our dependencies, and it is not on conda, so we can't put our code on conda without vendoring your code, which is not our preference. Would you consider putting this package onto conda?