Skip to content

Commit

Permalink
drop python 3.8 to fix numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Dec 20, 2024
1 parent 169ab04 commit 660cd79
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 95 deletions.
136 changes: 43 additions & 93 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"
Pillow = ">=10.0.1"
appdirs = ">=1.4.3"
datamodel-code-generator = "0.26.1"
Expand All @@ -41,7 +41,7 @@ jsf = "^0.11.2"
jsonschema = ">=4.23.0"
lxml = ">=4.2.5"
nltk = "^3.9.1"
numpy = "<2.0.0"
numpy = "^1.26.4"
pandas = ">=0.24.0"
pydantic = ">= 1.9.2"
requests = ">=2.22.0"
Expand Down

0 comments on commit 660cd79

Please sign in to comment.