Skip to content

Dependency issues while setup #65

@GitAashishG

Description

@GitAashishG

There are two sets of dependencies that fail to resolve:
1. gradio==4.46.0 results in a “package not found” error — possibly due to the version being yanked. Removing the version pin resolves the issue.
2. There’s an unsatisfiable dependency conflict:

magma==0.0.1 requires tensorflow==2.15.1
tensorflow-graphics==2021.12.3 requires tensorflow>=2.2.0
dlimp==0.0.1 requires tensorflow==2.15.0

This leads to an impossible constraint on the tensorflow version.

Removing the strict version requirements for tensorflow and tensorflow-graphics allows the dependencies to resolve correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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