Open ksteimel opened 2 years ago
Hey @ksteimel, thanks for opening this issue. Makes sense.
If you want to open branches from the tags for the previous versions (with bumped build versions), I'm happy to review those PRs. That should fix the previous versions.
Also saw this on https://github.com/conda-forge/spacy-models-feedstock/pull/6.
Unfortunately, the "greedy" (or "opportunistic"?) conda/mamba solvers might pull in the old package so they can have the newer (incorrect) dependency.
However, this can be fixed for the old packages by making a PR here:
https://github.com/conda-forge/conda-forge-repodata-patches-feedstock
If it's not clear how to proceed there from previous PRs, one might be able to open an issue to ask for help.
Submitted a PR to patch this: https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/458
Solution to issue cannot be found in the documentation.
Issue
Tokenizers versions 0.13.0 and 0.13.1 are not compatible with transformers 4.18 - 4.22.2. But the current packages in conda forge do not impose these restrictions (which results in errors when importing transformers). Is there any way to update recipes with new build numbers for old package versions? I can open the branch if so. With the installed packages below,
import transformers
failsInstalled packages
Environment info