Skip to content

Commit a2516fb

Browse files
committed
2 parents c02a02f + 9b4ec47 commit a2516fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.9", "3.10"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ numpy<3.0.0
77
torch~=2.4.1
88
sentencepiece~=0.2.0
99
setuptools~=74.1.2
10-
huggingface-hub~=0.24.6
10+
huggingface-hub~=0.24.7
1111
transformers~=4.44.2
12-
fastapi~=0.114.0
12+
fastapi~=0.114.2
1313
uvicorn~=0.30.6

0 commit comments

Comments
 (0)