Make lets-plot available on conda-forge
lets-plot installs fine with pip, but lacks conda/mamba support.
It seems the milestone have been constantly pushed.
Could it be prioritized?
It seems as soon as our PR (https://github.com/conda-forge/staged-recipes/pull/27974) is finally approved, lets-plot will be available at conda-forge. At least MacOS and Linux packages (not Windows).
OK, When will it be available on Windows?
Unfortunately I can't tell. In order to create Windows binaries Kotlin/Native uses MinGW compiler infrastructure. However, we were unable to make conda CI to use MinGW toolchain to build lets-plot when targeting Windows. Whichever recepi options we tried conda CI calls MSVC instead of the MinGW compiler.
For more details see this issue at conda-forge: https://github.com/conda-forge/conda-forge.github.io/issues/2337