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.
2 parents f0dbb50 + 806f79e commit d0107aaCopy full SHA for d0107aa
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