Skip to content

Commit ba4dfe4

Browse files
committed
updated dependencies
1 parent aafbdb3 commit ba4dfe4

File tree

2 files changed

+77
-105
lines changed

2 files changed

+77
-105
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ include = [
1313
]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.9"
17-
numpy = [
18-
{ version = "^1.21.5", python = ">=3.7,<3.11" },
19-
{ version = "^1.22.0", python = "^3.11" }
20-
]
16+
python = "^3.9,<3.13"
17+
numpy = "^1.26.1"
2118

22-
[tool.poetry.dev-dependencies]
23-
pytest = "^7.0.1"
19+
[tool.poetry.group.test.dependencies]
20+
pytest = "^7.4.3"
2421

2522
[build-system]
2623
requires = ["poetry-core"]

0 commit comments

Comments
 (0)