Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Leo
2026-01-03 02:19:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2026-01-03 02:19:22 +0800
Commit
974dbe2e8c6dfd15abf477e0d9b4ccb781a65d8f
974dbe2e
1 parent
1abb1b7d
chore: pin Pillow<11 to ensure compatibility with streamlit 1.28.1 (#512)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MindSpider/requirements.txt
MindSpider/requirements.txt
View file @
974dbe2
...
...
@@ -36,7 +36,7 @@ pytz
# ===============================
# MediaCrawler爬虫依赖
# ===============================
Pillow>=10.0.0
Pillow>=10.0.0
,<11 # 限制版本以兼容 streamlit 1.28.1 (要求 pillow<11)
playwright==1.45.0
tenacity==8.2.2
opencv-python
...
...
Please
register
or
login
to post a comment