From cc416b08413e3e3e7c8621d96cee4893382ec2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Municoy?= Date: Thu, 10 Jun 2021 14:20:06 +0200 Subject: [PATCH] Ask for peleffy 1.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 370d3a7..69411f6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ include_package_data=True, include_dirs=[numpy.get_include()], install_requires=['cython', 'numpy', 'scipy', 'matplotlib', 'biopython ', 'pandas', 'prody==1.10', 'pytest', - 'AdaptivePELE>=1.7.1', 'lib_prep>=1.1.2', 'mdtraj', 'peleffy>=1.3.0'], + 'AdaptivePELE>=1.7.1', 'lib_prep>=1.1.2', 'mdtraj', 'peleffy>=1.3.2'], cmdclass=cmdclass, ext_modules=ext_modules, # accepts a glob pattern #include_dirs=[numpy.get_include()],