-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Feature Request
Describe the Feature Request
In addition to publishing distributions on PyPI, it would be very nice to also distribute on conda-forge. As gpjax
is a pure-Python package that would be technically easy as all but one of gpjax
's dependencies are already packaged on conda-forge.
It would basically (after getting cola-ml
on conda-forge) be just:
- Forking https://github.com/conda-forge/staged-recipes
- Making a new branch
- Installing Pixi
- Running (at the top level of the staged-recipes repo)
pixi run pypi gpjax
- Submitting the results in a PR
Happy to help answer questions if you have any. 👍
Describe Preferred Solution
Have gpjax
be on conda-forge so it can be used with Pixi and conda/mamba.
Describe Alternatives
The alternative is it not existing on conda-forge, where there seems to be no reason to limit it to PyPI only.
Related Code
N/A
Additional Context
https://conda-forge.org/docs/maintainer/adding_pkgs/
If the feature request is approved, would you be willing to submit a PR?
I'd be happy to advise on conda-forge, but I don't want to be the maintainer.