8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d98f2 commit 4bb673fCopy full SHA for 4bb673f
pyproject.toml
@@ -10,7 +10,7 @@ license = {text = "MIT"}
10
readme = "README.rst"
11
12
dependencies = [
13
- "clr_loader>=0.2.6,<0.3.0"
+ "clr_loader>=0.2.7,<0.3.0"
14
]
15
16
requires-python = ">=3.7, <3.14"
@@ -35,6 +35,15 @@ classifiers = [
35
36
dynamic = ["version"]
37
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
+
47
[[project.authors]]
48
name = "The Contributors of the Python.NET Project"
49
email = "pythonnet@python.org"
0 commit comments