8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb7e65 commit 806f79eCopy full SHA for 806f79e
setup.py
@@ -151,7 +151,7 @@ def finalize_options(self):
151
author="The Contributors of the Python.NET Project",
152
author_email="pythonnet@python.org",
153
packages=["pythonnet", "pythonnet.find_libpython"],
154
- install_requires=["clr_loader"],
+ install_requires=["clr_loader >= 0.1.7"],
155
long_description=long_description,
156
long_description_content_type="text/x-rst",
157
py_modules=["clr"],
0 commit comments