Skip to content

Commit

Permalink
Remove py 3.8 to support 3.12 compatible numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 25, 2024
1 parent 29fea78 commit d73b72a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
75 changes: 40 additions & 35 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 @@ -40,7 +40,7 @@ classifiers=[
sct = 'iscc_sct.cli:main'

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

0 comments on commit d73b72a

Please sign in to comment.