Skip to content

Commit

Permalink
fixed mpi4py version consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdes-Tresanco-MS committed Feb 20, 2024
1 parent 3bc3c52 commit 41448f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
keywords=['gmx_MMPBSA', 'MMPBSA', 'MMGBSA', 'GROMACS', 'AmberTools'],
install_requires=['pandas==1.2.2', 'seaborn<0.12', 'mpi4py>=3.1.5', 'scipy>=1.6.1', 'matplotlib==3.5.2', 'tqdm'],
install_requires=['pandas==1.2.2', 'seaborn<0.12', 'mpi4py<=3.1.5', 'scipy>=1.6.1', 'matplotlib==3.5.2', 'tqdm',
'parmed>=4.2.2'],
entry_points={
"console_scripts": [
"gmx_MMPBSA=GMXMMPBSA.app:gmxmmpbsa",
Expand Down

0 comments on commit 41448f5

Please sign in to comment.