NeMo-Guardrails
NeMo-Guardrails copied to clipboard
[DEP_ISSUE] issue with sentence-transformers, huggingface_hub => fastembed
Hello! I have a project for my own llm that uses sentence-transformers and huggingface_hub which have dependency issues with latest version of nemoguardrails.
System: MacOS Sonoma 14.2.1 conda env Python 3.10.14 Pip 24.0
at this current time, based on pypi releases latest release is 0.9.0.
when performing:
pip install nemoguardrails==0.9.0 huggingface_hub
or
pip install nemoguardrails==0.9.0 sentence-transformers
I hit issues where the one of Nemo-guardrails dependencies fastembed>=0.2.2 conflicts with both of the stated packages above.
since I'm using those packages and latest version of all 3 of them, any way to loosen the package dependencies from pyproject.toml?