Change compatible Python versions and add numpy as dependency
This commit is contained in:
parent
9bca508872
commit
3081b12c03
@ -5,7 +5,8 @@ description = ""
|
||||
authors = ["daviddoji <daviddoji@pm.me>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = ">=3.9,<3.11"
|
||||
numpy = "^1.21.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
Loading…
Reference in New Issue
Block a user