Skip to content

Commit

Permalink
fix dependabot alerts (#5202)
Browse files Browse the repository at this point in the history
* fix dependabot alerts

* update
  • Loading branch information
liu-shaojun authored Sep 4, 2024
1 parent b191d3a commit 6bc2b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
pip install --upgrade pip
pip install jsonlines pytablewriter regex
- name: Download all results
uses: actions/download-artifact@v3
uses: actions/download-artifact@4.1.7
with:
name: harness_results
path: results
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/nano/requirements_torch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ torchmetrics==0.11.0
opencv-python-headless
PyTurboJPEG
opencv-transforms
cryptography==41.0.6
cryptography>=43.0.1

0 comments on commit 6bc2b0e

Please sign in to comment.