Skip to content

Commit f498ad5

Browse files
authored
bump clr-loader version (#7)
This allows pythonnet to work in the version of mono we ship with the unified install I made the change in clr_loader in this PR: pythonnet/clr-loader#43
2 parents a61e52a + 5bb44d4 commit f498ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 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.2,<0.3.0"
13+
"clr_loader>=0.2.5,<0.3.0"
1414
]
1515

1616
requires-python = ">=3.7, <3.12"

0 commit comments

Comments
 (0)