mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-24 07:42:46 -05:00
[GH-ISSUE #58] Pillow==11.0.0 and streamlit==1.30.0 because these package versions have conflicting dependencies. #356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AtomAwa on GitHub (Dec 23, 2024).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/58
Build a Multimodal AI Agent Design Team Moduel
I try pip install -r queirements.txt tips Cannot install Pillow==11.0.0 and streamlit==1.30.0 because these package versions have conflicting dependencies
@Shubhamsaboo commented on GitHub (Dec 25, 2024):
@Madhuvod can you please check this?
@Madhuvod commented on GitHub (Dec 26, 2024):
hey @AtomAwa thanks for pointing it out. resolved the issue - it is indeed raising an error. changed the version of streamlit to 1.41.1 in the requirements.txt and added it to the pr @Shubhamsaboo
ba7478407a, can merge it!@Shubhamsaboo commented on GitHub (Dec 26, 2024):
Thanks guys!