This commit is contained in:
BuildTools 2024-09-15 12:49:09 -07:00
commit a2516fb3f6
No known key found for this signature in database
GPG Key ID: 3270C066C15D530B
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}

View File

@ -7,7 +7,7 @@ numpy<3.0.0
torch~=2.4.1
sentencepiece~=0.2.0
setuptools~=74.1.2
huggingface-hub~=0.24.6
huggingface-hub~=0.24.7
transformers~=4.44.2
fastapi~=0.114.0
fastapi~=0.114.2
uvicorn~=0.30.6