Skip to content

Commit

Permalink
require Python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Oct 27, 2023
1 parent 72cdc82 commit d5819fc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.12"
torch = ">=1.11,!=2.0.1,!=2.1.0" # https://github.com/pytorch/pytorch/issues/100974
transformers = { version = "~4.32.1", extras = ["sentencepiece"] }
tokenizers = "^0.13.2"
Expand Down

0 comments on commit d5819fc

Please sign in to comment.