Skip to content

Commit 4bb673f

Browse files
committed
Bump clr-loader and dev dependencies
1 parent 88d98f2 commit 4bb673f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = {text = "MIT"}
1010
readme = "README.rst"
1111

1212
dependencies = [
13-
"clr_loader>=0.2.6,<0.3.0"
13+
"clr_loader>=0.2.7,<0.3.0"
1414
]
1515

1616
requires-python = ">=3.7, <3.14"
@@ -35,6 +35,15 @@ classifiers = [
3535

3636
dynamic = ["version"]
3737

38+
[dependency-groups]
39+
dev = [
40+
"pytest >= 6",
41+
"find_libpython >= 0.3.0",
42+
"numpy >=2 ; python_version >= '3.10'",
43+
"numpy <2 ; python_version < '3.10'",
44+
"psutil"
45+
]
46+
3847
[[project.authors]]
3948
name = "The Contributors of the Python.NET Project"
4049
email = "pythonnet@python.org"

0 commit comments

Comments
 (0)