Skip to content

Commit 89e946c

Browse files
committed
add bounds to dev deps
1 parent 1b76bb2 commit 89e946c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ Repository = "https://github.com/HugoMVale/odrpack-python"
3232
Documentation = "https://hugomvale.github.io/odrpack-python/"
3333

3434
[dependency-groups]
35-
dev = ["nanobind", "meson-python", "pytest", "pytest-cov", "scipy"]
35+
dev = [
36+
"nanobind>=2.8.0",
37+
"meson-python>=0.18.0",
38+
"pytest>=8.4.1",
39+
"pytest-cov>=6.2.1",
40+
"scipy>=1.16.1",
41+
]
3642
docs = [
3743
"mkdocs-material",
3844
"mkdocstrings-python",

0 commit comments

Comments
 (0)