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 a8f7c5f + 442c077 commit 290ee19Copy full SHA for 290ee19
setup.py
@@ -13,7 +13,7 @@
13
DOCLINES = __doc__.split("\n")
14
15
########################
16
-__version__ = '1.3'
+__version__ = '1.5'
17
VERSION = __version__
18
ISRELEASED = False
19
@@ -54,6 +54,6 @@ def find_package_data():
54
packages=find_packages(),
55
package_data={'openmmsetup': find_package_data()},
56
zip_safe=False,
57
- install_requires=['flask', 'openmm >= 7.7', 'pdbfixer >= 1.5'],
+ install_requires=['flask', 'openmm >= 8.1', 'pdbfixer >= 1.5'],
58
entry_points={'console_scripts': ['openmm-setup = openmmsetup.openmmsetup:main']})
59
0 commit comments