Leo
Committed by GitHub

chore: pin Pillow<11 to ensure compatibility with streamlit 1.28.1 (#512)

@@ -36,7 +36,7 @@ pytz @@ -36,7 +36,7 @@ pytz
36 # =============================== 36 # ===============================
37 # MediaCrawler爬虫依赖 37 # MediaCrawler爬虫依赖
38 # =============================== 38 # ===============================
39 -Pillow>=10.0.0 39 +Pillow>=10.0.0,<11 # 限制版本以兼容 streamlit 1.28.1 (要求 pillow<11)
40 playwright==1.45.0 40 playwright==1.45.0
41 tenacity==8.2.2 41 tenacity==8.2.2
42 opencv-python 42 opencv-python