Skip to content

Commit

Permalink
fix(deps): 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 14, 2024
1 parent 929ad36 commit 84ef228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 88 deletions.
94 changes: 7 additions & 87 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 @@ -10,7 +10,7 @@ repository = "https://github.com/ASSERT-KTH/elle-elle-aime"
homepage = "https://github.com/ASSERT-KTH/elle-elle-aime"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.13,<3.14"
openai = "^1.35.1"
python-dotenv = "^1.0.1"
transformers = {extras = ["torch"], version = "^4.33.0"}
Expand Down

0 comments on commit 84ef228

Please sign in to comment.