Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-image-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Download origin artifact log
if: env.skip != 'true'
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
uses: actions/download-artifact@v4.1.3
with:
name: build-comments
path: merged-files
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
all_comments: ${{ steps.summary.outputs.all_comments }}
steps:
- name: Download Summary
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
uses: actions/download-artifact@v4.1.3
with:
name: build-comments
path: downloaded-files
Expand Down
2 changes: 1 addition & 1 deletion ArbPostHearingAssistant/ui/gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradio==5.11.0
gradio>5.22.0,<=5.34.0
numpy==1.26.4
Pillow==10.3.0

2 changes: 1 addition & 1 deletion CodeGen/ui/gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradio==5.22.0
gradio>5.22.0,<=5.34.0
numpy==1.26.4
opencv-python==4.10.0.82
Pillow==10.3.0
2 changes: 1 addition & 1 deletion DocSum/ui/gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docx2txt
gradio==5.11.0
gradio>5.22.0,<=5.34.0
langchain_community
moviepy==1.0.3
numpy==1.26.4
Expand Down