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

Commit806f79e

Browse files
authored
Require newest available clr-loader (#1643)
Before `pythonnet` 3.0 is finally released, we should bump clr-loader to 1.0.
1 parent9fb7e65 commit806f79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def finalize_options(self):
151151
author="The Contributors of the Python.NET Project",
152152
author_email="pythonnet@python.org",
153153
packages=["pythonnet","pythonnet.find_libpython"],
154-
install_requires=["clr_loader"],
154+
install_requires=["clr_loader >= 0.1.7"],
155155
long_description=long_description,
156156
long_description_content_type="text/x-rst",
157157
py_modules=["clr"],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp