This commit is contained in:
Wingless-Archangel 2026-04-24 13:11:08 +02:00 committed by GitHub
commit ba9856be51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1076 additions and 778 deletions

1850
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.14"
numpy = "^1.25.0"
sentencepiece = ">=0.1.98,<0.3.0"
transformers = "==5.5.1"
@ -28,7 +28,7 @@ pytest = "^5.2"
# Force wheel + cpu
# For discussion and context see https://github.com/python-poetry/poetry#6409
# For discussion and context see https://github.com/python-poetry/poetry/issues/6409
[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"