Merge 59e4d45b19 into 15fa3c493b
This commit is contained in:
commit
ba9856be51
File diff suppressed because it is too large
Load Diff
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue