Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba committed Jul 2, 2024
1 parent b7e5cb6 commit d67fe07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pillow>=10.3.0, <10.4.1
tabulate>=0.9.0, <0.9.1
tensorboardX>=2.5.0, <2.6.3
torchmetrics>=0.11.0, <0.11.5
torchvision>=0.13.0, <0.18.2
torchvision>=0.13.0, <0.16.3
deepspeed>=0.9.0, <0.14.5
datasets>=2.9.0, <2.20.1
transformers>=4.38.0, <4.42.4
Expand Down

0 comments on commit d67fe07

Please sign in to comment.