Skip to content

Commit 682e654

Browse files
authored
Merge branch 'main' into dependabot/pip/torchaudio-2.9.0
2 parents 72013e6 + 273a2f0 commit 682e654

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
python-version: ["3.12", "3.11", "3.10"]
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pyyaml==6.0.1
1717
torch==2.3.0
1818
torchvision==0.18.0
1919
torchaudio==2.9.0
20-
tqdm==4.66.2
20+
tqdm==4.67.1
2121
psutil==5.9.8
2222
pynvml==11.5.0
2323
python-multipart==0.0.9

mlflow/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- MLflow dependency ---
22
setuptools>=68.0.0
3-
psycopg2-binary==2.9.9
3+
psycopg2-binary==2.9.11
44
mlflow==2.12.1
5-
boto3==1.34.43
5+
boto3==1.40.59

0 commit comments

Comments
 (0)