Hello, I upgraded my qiime version to 2026.4 and downloaded the latest qza classifiers from SILVA 138.2. When i tried to run the command qiime feature-classifier classify-sklearn i got the error 'The scikit-learn version (1.4.2) used to generate this artifact does not match the current version of scikit-learn installed (1.7.1). Please retrain your classifier for your current deployment to prevent data-corruption errors'.
I have got around the error by clonning the qiime 2026.4 version into a new environment and then forcing the installation of 1.4.2, which i am aware is a 'dirty' solution that can create many incompatibilities. Hence, my question is: is there any other elegant way of running the 'qiime feature-classifier classify-sklearn command' -e.g. a fixy in the command options to run scikit-learn with a specific version, that does not require building the classifiers ourselves but actually using the resources already available?
Just checking that I am not missing something