Skip to content

Commit

Permalink
ci: drop support for python 3.8 to allign with LS lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Nov 26, 2024
1 parent c2b45e7 commit 114c2b3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 94 deletions.
134 changes: 42 additions & 92 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [
Repository = 'https://github.com/HumanSignal/label-studio-sdk'

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.9,<4"
Pillow = ">=10.0.1"
appdirs = ">=1.4.3"
datamodel-code-generator = "0.26.1"
Expand All @@ -40,7 +40,7 @@ ijson = ">=3.2.3"
jsonschema = ">=4.23.0"
lxml = ">=4.2.5"
nltk = "^3.9.1"
numpy = "<2.0.0"
numpy = ">=1.26.4,<2.0.0"
pandas = ">=0.24.0"
pydantic = ">= 1.9.2"
requests = ">=2.22.0"
Expand Down

0 comments on commit 114c2b3

Please sign in to comment.