| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ license = {text = "MIT"} | |||
| 10 | 10 | readme = "README.rst" | |
| 11 | 11 | ||
| 12 | 12 | dependencies = [ | |
| 13 | - "clr_loader>=0.2.6,<0.3.0" | ||
| 13 | + "clr_loader>=0.2.7,<0.3.0" | ||
| 14 | 14 | ] | |
| 15 | 15 | ||
| 16 | 16 | requires-python = ">=3.7, <3.14" | |
@@ -35,6 +35,15 @@ classifiers = [ | |||
| 35 | 35 | ||
| 36 | 36 | dynamic = ["version"] | |
| 37 | 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 | + | ||
| 38 | 47 | [[project.authors]] | |
| 39 | 48 | name = "The Contributors of the Python.NET Project" | |
| 40 | 49 | email = "pythonnet@python.org" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments