Skip to content

Commit 41448f5

Browse files
fixed mpi4py version consistency
1 parent 3bc3c52 commit 41448f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
long_description=LONG_DESCRIPTION,
4444
long_description_content_type='text/markdown',
4545
keywords=['gmx_MMPBSA', 'MMPBSA', 'MMGBSA', 'GROMACS', 'AmberTools'],
46-
install_requires=['pandas==1.2.2', 'seaborn<0.12', 'mpi4py>=3.1.5', 'scipy>=1.6.1', 'matplotlib==3.5.2', 'tqdm'],
46+
install_requires=['pandas==1.2.2', 'seaborn<0.12', 'mpi4py<=3.1.5', 'scipy>=1.6.1', 'matplotlib==3.5.2', 'tqdm',
47+
'parmed>=4.2.2'],
4748
entry_points={
4849
"console_scripts": [
4950
"gmx_MMPBSA=GMXMMPBSA.app:gmxmmpbsa",

0 commit comments

Comments
 (0)