Skip to content

Commit d0107aa

Browse files
authored
Merge branch 'master' into gilstate-type
2 parents f0dbb50 + 806f79e commit d0107aa

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)