8000 Require newest available clr-loader (#1643) · pythonnet/pythonnet@806f79e · GitHub
[go: up one dir, main page]

Skip to content

Commit 806f79e

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 parent 9fb7e65 commit 806f79e

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)
0