The conda packaging `meta.yaml` across the holoviz packages uses `python setup.py install`, example [here](https://github.com/holoviz/panel/blob/6c39b1594137dbe72ca2a921414ac93dab1d0652/conda.recipe/meta.yaml#L12). This should be updated to use `pip install ...`, where `...` are the correct arguments.
The conda packaging
meta.yamlacross the holoviz packages usespython setup.py install, example here.This should be updated to use
pip install ..., where...are the correct arguments.