scikit-learn-contrib / scikit-matter

A collection of scikit-learn compatible utilities that implement methods born out of the materials science and chemistry communities
https://scikit-matter.readthedocs.io/en/v0.2.0/
BSD 3-Clause "New" or "Revised" License
76 stars 20 forks source link

Create a CONDA forge recipe #173

Closed PicoCentauri closed 1 year ago

PicoCentauri commented 1 year ago

Many people do not use pip but only conda. Since the paper will come out at some point we should make it for new users as convenient as possible. Putting a pure Python package on anaconda with conda-forge is fairly easy. If we want to do this I can also take care of this.

Luthaf commented 1 year ago

I'm already familiar with conda-forge, so you can also put me as a maintainer in the recipe.

PicoCentauri commented 1 year ago

See https://github.com/conda-forge/staged-recipes/pull/22399 for the status on the recipe.

PicoCentauri commented 1 year ago

sckit-matter is now available on conda: https://anaconda.org/conda-forge/skmatter

🥳