Skip to content

Commit

Permalink
Fix Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 5, 2025
1 parent b1170b4 commit 58ed88d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ classifiers=[
sct = 'iscc_sct.cli:main'

[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
python = ">=3.10,<3.14"
semantic-text-splitter = "*"
onnxruntime = "*"
onnxruntime-gpu = { version = "*", optional = true }
Expand Down

0 comments on commit 58ed88d

Please sign in to comment.