Closed Lee-Ju-Yeong closed 1 week ago
It is weird since the current version pinning for Gradio is defined here: https://github.com/Cinnamon/kotaemon/blob/5b828c213c1d997fcd0e7ef40cd2b207fe2797c1/libs/kotaemon/pyproject.toml#L31 Your still looks valid and should work just fine.
thank you so much for kind answer.
Description
During the development environment setup, there is a version conflict between kotaemon and gradio packages. While the application runs without apparent issues, pip reports a dependency conflict warning.
Reproduction steps
Screenshots
Logs
Browsers
Chrome
OS
Windows
Additional information
Additional information Current installed gradio version: 4.44.1 Required gradio version by kotaemon: >=3.50.2, <4.0 Despite the version conflict, the application (app.py) appears to run normally This might need attention in future releases to ensure compatibility