-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
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
Labels
No labels