Skip to content

Commit

Permalink
Update Python to >=3.13,<3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 5e93d58 commit 76b2043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 146 deletions.
148 changes: 3 additions & 145 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 @@ -18,7 +18,7 @@ classifiers=[
in-project = true

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.13,<3.14"
torch = "2.4.1"
transformers = "^4.42.3"
pandas = "^2.0.2"
Expand Down

0 comments on commit 76b2043

Please sign in to comment.