From efd2a36ee0cc67d91546d4e9e8d095fff2851ef4 Mon Sep 17 00:00:00 2001 From: martinvoegele Date: Sat, 2 Dec 2023 19:34:18 -0500 Subject: [PATCH] update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ffd7dcb..62e5920 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pensa', version='0.3.0', - description='PENSA - Protein ENSemble Analysis', + description='exploratory analysis and comparison of biomolecular conformational ensembles.', url='http://github.com/drorlab/pensa', author='Martin Voegele, Neil Thomson, Sang Truong, Jasper McAvity', author_email='martinvoegele1989@gmail.com', @@ -21,7 +21,7 @@ ), zip_safe=False, install_requires=[ - 'numpy==1.22', # because density functions in MDAnalysis 2 use np.histogramdd() with keyword normed which is deprecated in numpy 1.21 and removed in numpy 1.24 + 'numpy==1.22', # density functions in MDAnalysis 2 use np.histogramdd() with keyword normed which is deprecated in numpy 1.21 and removed in numpy 1.24 'scipy>=1.2', 'pandas', 'matplotlib',