Skip to content

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

Open
SamuelMarks wants to merge 1 commit into
rom1504:mainfrom
SamuelMarks:loosen-deps
Open

[requirements.txt] Loosen dependencies related to networking#395
SamuelMarks wants to merge 1 commit into
rom1504:mainfrom
SamuelMarks:loosen-deps

Conversation

@SamuelMarks

Copy link
Copy Markdown

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