Skip to content

Commit 6f56189

Browse files
author
acmwhb
committed
Clean up setup.py
1 parent fb59ee1 commit 6f56189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='DIPS-Plus',
7-
version='1.1.0',
7+
version='1.2.0',
88
description='The Enhanced Database of Interacting Protein Structures for Interface Prediction',
99
author='Alex Morehead',
1010
author_email='[email protected]',
@@ -16,7 +16,6 @@
1616
'Sphinx==4.0.1',
1717
'easy-parallel-py3==0.1.6.4',
1818
'click==7.0.0',
19-
# mpi4py==3.0.3 # On Andes, do 'source venv/bin/activate', 'module load gcc/10.3.0', and 'pip install mpi4py --no-cache-dir --no-binary :all:'
2019
],
2120
packages=find_packages(),
2221
)

0 commit comments

Comments
 (0)