Skip to content

Commit

Permalink
Upgrade Python dependencies for Dependabot alerts (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Feb 2, 2024
1 parent ecf154d commit 61ec16d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
# See: https://stackoverflow.com/a/54329850
run: pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu121 --no-cache-dir
- name: Upgrade dependencies for Dependabot alerts
run: pip install urllib3==1.26.18
- name: Install dependencies
run: pip install -e .[all]
- name: Install development dependencies
run: pip install -e .[dev]
run: pip install -e .[all,dev] urllib3==1.26.18 requests==2.31.0 Jinja2==3.1.3 certifi==2024.2.2 aiohttp==3.9.3
- name: Verify dependencies
run: pip check
- name: Write header to requirements.txt
Expand Down

0 comments on commit 61ec16d

Please sign in to comment.