yig / PySPQR

Python wrapper for the sparse QR decomposition in SuiteSparseQR.
Creative Commons Zero v1.0 Universal
34 stars 27 forks source link

Add `PySPQR` to `conda-forge` #26

Open RoyiAvital opened 1 month ago

RoyiAvital commented 1 month ago

Any chance to have this package in conda-forge?

It would be great to have it in a conda / micromamba environment.

yig commented 1 month ago

Is it not usable from pip inside conda?

RoyiAvital commented 1 month ago

Installing packages by pip breaks the conda environment reproducibility as they don't synchronize.
It will be great to have a native conda package.

It will also mean easier installation on Windows as the binaries will be pre compiled.
So it is a win win :-).