Skip to content

Commit 0b28044

Browse files
committed
Upgrade atom3-py3 per bug fix
1 parent febf58e commit 0b28044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8
7+
atom3-py3==0.1.9.9
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'tqdm==4.49.0',
1616
'Sphinx==4.0.1',
1717
'easy-parallel-py3==0.1.6.4',
18-
'atom3-py3==0.1.9.8',
18+
'atom3-py3==0.1.9.9',
1919
'click==7.0.0',
2020
# 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:'
2121
],

0 commit comments

Comments
 (0)