Skip to content

Commit

Permalink
Fix numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 1, 2024
1 parent 9e6e15d commit 660951b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ pyparsing = "^3.1.0"
pydantic = "^2.3"
tzlocal = "^5.0.1"
pillow = "^10.0.0"
numpy = "^1.24.4"
numpy = [
{ version = "^1.24.4", markers = "python_version >= '3.8' and python_version <= '3.11'" },
{ version = "^1.26.1", markers = "python_version >= '3.12' and python_version < '3.13'" },
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.4.1"
Expand Down

0 comments on commit 660951b

Please sign in to comment.