Skip to content

Commit a43ab52

Browse files
committed
Upgrade atom3-py3 version listed to gain access to PSAIA error code handling feature
1 parent 748ce0c commit a43ab52

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dill==0.3.3
44
tqdm==4.49.0
55
Sphinx==4.0.1
66
easy-parallel-py3==0.1.6.4
7-
atom3-py3==0.1.9.4
7+
atom3-py3==0.1.9.8
88
click==7.0.0
99
# 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:'

setup.py

+13-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44

55
setup(
66
name='DIPS-Plus',
7-
version='0.0.7',
7+
version='0.0.8',
88
description='The Enhanced Database of Interacting Protein Structures for Interface Prediction',
99
author='Alex Morehead',
10-
author_email='alex.morehead@gmail.com',
11-
url='https://github.com/amorehead/DIPS-Plus',
12-
install_requires=['setuptools', 'dill', 'tqdm', 'easy-parallel-py3', 'atom3-py3', 'click'],
10+
author_email='acmwhb@umsystem.edu',
11+
url='https://github.com/BioinfoMachineLearning/DIPS-Plus',
12+
install_requires=[
13+
'setuptools==56.2.0',
14+
'dill==0.3.3',
15+
'tqdm==4.49.0',
16+
'Sphinx==4.0.1',
17+
'easy-parallel-py3==0.1.6.4',
18+
'atom3-py3==0.1.9.8',
19+
'click==7.0.0',
20+
# 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:'
21+
],
1322
packages=find_packages(),
1423
)

0 commit comments

Comments
 (0)