Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Dec 3, 2023
1 parent f165baa commit efd2a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand All @@ -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',
Expand Down

0 comments on commit efd2a36

Please sign in to comment.