Skip to content

Commit 9a06ab4

Browse files
committed
Fixed numpy versions
1 parent bb291ca commit 9a06ab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -12,8 +12,8 @@ packages = [
1212
[tool.poetry.dependencies]
1313
python = "^3.7"
1414
numpy = [
15-
{ version = "1.21.5", python = ">=3.7,<3.11" },
16-
{ version = "^1.22.0", python = "^3.8" }
15+
{ version = "^1.21.5", python = ">=3.7,<3.11" },
16+
{ version = "^1.22.0", python = "^3.11" }
1717
]
1818

1919
[build-system]

0 commit comments

Comments
 (0)