Skip to content

Upgrade or avoid pinning old huggingface-hub #144

Description

@hongbo-miao

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! ☺️

huggingface-hub==0.29.2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions