Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[requirements.txt] Loosen dependencies related to networking #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SamuelMarks
Copy link

Getting this error:

INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 25) and -r requirements.txt (line 67) because these package versions have conflicting dependencies.

The conflict is caused by:
    clip-retrieval 2.44.0 depends on urllib3<2
    gradio 4.44.1 depends on urllib3~=2.0

I was trying to figure out where you are using urllib3, and why you are restricting to that old version.

requests and aiohttp are the only candidates which obviously come to mind; if the tests pass then accept this PR? - Might be a good idea to upgrade all deps also; resolving conflicts as this is done; happy to do that if this PR gets through :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant