Skip to content

Commit 734211c

Browse files
Update author list in __init__.py (#419)
* Update author list in __init__.py * Add conditional installation of OpenBabel for Python 3.10
1 parent fa86454 commit 734211c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
activate-environment: qchem
3939

4040
- name: Install OpenBabel
41+
if: matrix.python-version == '3.10'
4142
run: conda install -c conda-forge openbabel
4243

4344
- name: Install dependencies

src/custodian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__author__ = (
1212
"Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu, Matthew Horton, "
13-
"Samuel M. Blau, Janosh Riebesell"
13+
"Samuel M. Blau, Janosh Riebesell, Andrew S. Rosen"
1414
)
1515
try:
1616
__version__ = version("custodian")

0 commit comments

Comments
 (0)