Skip to content

Commit 185981c

Browse files
committed
Update Numpy devinitions
1 parent 0677fdd commit 185981c

File tree

2 files changed

+45
-25
lines changed

2 files changed

+45
-25
lines changed

poetry.lock

Lines changed: 43 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ classifiers = [
3232
[tool.poetry.dependencies]
3333
python = ">=3.6.2,<3.10"
3434
numpy = [
35-
{ version = "<=1.20", python = "==3.6" },
36-
{ version = "^1.21.4", python = ">3.6" }
35+
{ version = "<=1.20", python = "<3.7" },
36+
{ version = "^1.21.4", python = ">=3.7" }
3737
]
3838
plotille = "^3.8.0"
3939

0 commit comments

Comments
 (0)