I am trying to install cosmos-guardrail==0.1.0.
The "Source" link at https://pypi.org/project/cosmos-guardrail/ points me this repo.
It would be great to upgrade or avoid pinning old version of huggingface-hub, thanks! ☺️
For example, when use uv install
[project]
name = "nvidia-cosmos"
version = "1.0.0"
dependencies = [
"cosmos-guardrail==0.1.0",
"diffusers==0.36.0",
]
It will throw error
× No solution found when resolving dependencies:
╰─▶ Because cosmos-guardrail==0.1.0 depends on huggingface-hub==0.29.2 and diffusers==0.36.0 depends on huggingface-hub>=0.34.0,<2.0, we
can conclude that cosmos-guardrail==0.1.0 and diffusers==0.36.0 are incompatible.
And because your project depends on cosmos-guardrail==0.1.0 and diffusers==0.36.0, we can conclude that your project's requirements
are unsatisfiable.
I am trying to install
cosmos-guardrail==0.1.0.The "Source" link at https://pypi.org/project/cosmos-guardrail/ points me this repo.
It would be great to upgrade or avoid pinning old version of huggingface-hub, thanks!☺️
cosmos-predict1/requirements.txt
Line 7 in 2b446eb
For example, when use uv install
It will throw error