Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bb673f

Browse files
committed
Bump clr-loader and dev dependencies
1 parent88d98f2 commit4bb673f

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)

[8]ページ先頭

©2009-2025 Movatter.jp