You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
urllib is only used for the http backend based on my look at the code, but the top level requirements.txt list urllib as a dependency. However, it should be only in the requirements_http.txt and not in the top level requirements.txt.
This creates unnecessary conflicts when one only wants to depend on grpc and not http backend. Dependency conflicts like the one reported here: #648
The text was updated successfully, but these errors were encountered:
bgedik
changed the title
urllib dependency is present only when using [grpc, cuda] options
urllib dependency is present when using [grpc, cuda] options
May 14, 2024
urllib
is only used for thehttp
backend based on my look at the code, but the top levelrequirements.txt
listurllib
as a dependency. However, it should be only in therequirements_http.txt
and not in the top levelrequirements.txt
.This creates unnecessary conflicts when one only wants to depend on grpc and not http backend. Dependency conflicts like the one reported here: #648
The text was updated successfully, but these errors were encountered: