Commit 53b2d443 by peastman

Require OpenMM >= 7.0

parent c40688fa
......@@ -74,6 +74,6 @@ setup(
packages=find_packages(),
package_data={'pdbfixer': find_package_data()},
zip_safe=False,
install_requires=['numpy', 'openmm >= 6.3'],
install_requires=['numpy', 'openmm >= 7.0'],
entry_points={'console_scripts': ['pdbfixer = pdbfixer.pdbfixer:main']})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment