voila-dashboards/voila-gridstack

Conda recipe for 0.3.1 does not accepts voila-0.4.0

juanfem opened this issue · 2 comments

I am trying to install voila-0.4.0 together with voila-gridstack-0.3.1 (which I understand it's supported), but it seems that the conda recipe is out of date (see https://github.com/conda-forge/voila-gridstack-feedstock/blob/main/recipe/meta.yaml#L28).

$ mamba install -c conda-forge voila-gridstack==0.3.1 voila==0.4.0
[...]
Could not solve for environment specs
The following packages are incompatible
├─ voila-gridstack 0.3.1  is installable and it requires
│  └─ voila >=0.2.0,<0.4 , which can be installed;
└─ voila 0.4.0  is uninstallable because it conflicts with any installable versions previously reported.

Hi @juanfem. Thanks for the heads-up.

I just modified the recipe. It should be fixed in a few hours.