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 Nov 15, 2024
1 parent 9b1d30d commit 4d84aeb
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 4d84aeb

Please sign in to comment.