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

[UI] gradio package conflict #72

Closed
KepingYan opened this issue Jan 19, 2024 · 0 comments · Fixed by #101
Closed

[UI] gradio package conflict #72

KepingYan opened this issue Jan 19, 2024 · 0 comments · Fixed by #101
Assignees

Comments

@KepingYan
Copy link
Contributor

Gradio is bumped from 3.36 to 4.11 by #13. If we want to adapt gradio to 4.11, codes needs a lot of changes. And the pydantic version that gradio depends on has conflict with that deepspeed depends on. It needs a solution to allow
Dependabot to ignore the version of gradio, and then limit gradio<=3.36.

# gradio 4.11 needs pydantic>=2.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gradio 4.11.0 requires pydantic>=2.0, but you have pydantic 1.10.0 which is incompatible.
# deepspeed 0.11 needs pydantic<2.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
deepspeed 0.11.1 requires pydantic<2.0.0, but you have pydantic 2.5.3 which is incompatible.
@KepingYan KepingYan self-assigned this Jan 19, 2024
zhangjian94cn pushed a commit to zhangjian94cn/llm-on-ray that referenced this issue Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant